We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577fa38 commit 9065b95Copy full SHA for 9065b95
tests/test_response_headers.py
@@ -8,11 +8,11 @@ def client():
8
token=os.environ['THREESCALE_PROVIDER_TOKEN'], ssl_verify=False)
9
10
def test_x_served_by_ga(client):
11
- response = client._rest.get(url=client.url + "/accounts.json")
+ response = client._rest.get(url=client.url + "/accounts")
12
assert response.status_code == 200
13
assert "X-Served-By" not in response.headers
14
15
def test_x_served_by_mas(client):
16
17
18
assert "X-Served-By" in response.headers
0 commit comments