Skip to content

Commit b7d4a8c

Browse files
committed
Add test for response headers, X-Served-by
1 parent 5509cb6 commit b7d4a8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)