Skip to content

Commit 7e73dd3

Browse files
authored
Merge pull request 3scale-qe#168 from josemacassan/response_headers
Add test for response headers, X-Served-by
2 parents 5509cb6 + 7bf30e2 commit 7e73dd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
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)