Skip to content

Commit 23a535c

Browse files
committed
Fix bugs after PR review.
1 parent b7d4a8c commit 23a535c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_integration_response_headers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
def test_x_served_by(api):
33
response = api._rest.get(url=api.admin_api_url + '/accounts')
44
assert response.status_code == 200
5-
assert "X-Served-By" not in response.headers
5+
assert "X-Served-By" not in response.headers
6+

0 commit comments

Comments
 (0)