Skip to content

Commit 7bf30e2

Browse files
committed
Fix whitespaces at last line.
1 parent f7ab3e6 commit 7bf30e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_integration_response_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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

0 commit comments

Comments
 (0)