We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56ca82 commit a078a87Copy full SHA for a078a87
tests/main/test_http.py
@@ -374,7 +374,7 @@ def test_fail_because_entry_not_served(self):
374
Mocket.assert_fail_if_entries_not_served()
375
376
@mocketize
377
- def test_fail_because_no_entries_not_served(self):
+ def test_does_not_fail_because_no_entries_not_served(self):
378
url = "http://github.com/fluidicon.png"
379
second_url = "http://github.com/fluidicon.jpg"
380
Entry.single_register(Entry.GET, url)
0 commit comments