Skip to content

Commit 75e689d

Browse files
committed
delint
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 1d89d6e commit 75e689d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_probes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
def test_get_slo(rest):
1010
r = MagicMock()
1111
r.getheader.return_value = None
12-
r.headers = {
13-
"Content-Type": "application/json"
14-
}
12+
r.headers = {"Content-Type": "application/json"}
1513
r.data = json.dumps({}).encode("utf-8")
1614
cl = MagicMock()
1715
cl.request.return_value = r

0 commit comments

Comments
 (0)