Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests_integrity/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def test_not_found(self, url):
check_url(url+"/no-page", status_code=404)

def test_method_not_allowed(self, url):
"""Tests the /internal-server-error endpoint with an disallowed
"""Tests the /internal-server-error endpoint with a disallowed
method."""
check_url(url+"/internal-server-error", method="PUT", status_code=405)

Expand Down
Loading