minor comment change

This commit is contained in:
dgtlmoon
2024-01-31 15:46:09 +01:00
parent a4ffd8e86c
commit 83d9c2c614
+1 -2
View File
@@ -70,12 +70,11 @@ def test_headers_in_request(client, live_server):
wait_for_all_checks(client)
# Re #137 - Examine the JSON index file, it should have only one set of headers entered
# Re #137 - It should have only one set of headers entered
watches_with_headers = 0
for k, watch in client.application.config.get('DATASTORE').data.get('watching').items():
if (len(watch['headers'])):
watches_with_headers += 1
# Should be only one with headers set
assert watches_with_headers == 1
# 'server' http header was automatically recorded