Skip to content

Commit f7ab3e6

Browse files
committed
Remove empty last line.
1 parent 23a535c commit f7ab3e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_integration_response_headers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +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
6-
5+
assert "X-Served-By" not in response.headers

0 commit comments

Comments
 (0)