We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5509cb6 + 7bf30e2 commit 7e73dd3Copy full SHA for 7e73dd3
1 file changed
tests/integration/test_integration_response_headers.py
@@ -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