Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Feb 28, 2021
1 parent f0d6ba7 commit f731fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def test_http(socketclass_mock, requests_mock, dbfile_mock, httpcli):
assert s == 1


def test_http_urlencoded(socketclass_mock, requests_mock, dbfile_mock, httpcli):
def test_http_urlencoded(socketclass_mock, requests_mock, dbfile_mock,
httpcli):
s, o, e = httpcli('set', 'foo.com', 'bar=baz')
assert s == 0
requests_mock.assert_called_with(
Expand Down

0 comments on commit f731fae

Please sign in to comment.