since we have created an endpoint, need to iterate on this endpoint_id here
This commit is contained in:
parent
8e5e8fdd03
commit
c579405805
|
@ -32,7 +32,7 @@ def test_rotate_certificate(client, source_plugin):
|
||||||
)
|
)
|
||||||
def test_endpoint_get(client, token, status):
|
def test_endpoint_get(client, token, status):
|
||||||
assert (
|
assert (
|
||||||
client.get(api.url_for(Endpoints, endpoint_id=1), headers=token).status_code
|
client.get(api.url_for(Endpoints, endpoint_id=2), headers=token).status_code
|
||||||
== status
|
== status
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue