Minor cleanup

This commit is contained in:
Leigh Morresi
2021-02-21 14:05:52 +01:00
parent b0c5dbd88e
commit fd5475ba38
3 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ def set_modified_response():
f.write(test_return_data)
def test_add_endpoint_to_live_server(client, live_server):
def test_check_basic_change_detection_functionality(client, live_server):
sleep_time_for_fetch_thread = 3
@live_server.app.route('/test-endpoint')