Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Oct 11, 2024
1 parent ee3e55f commit c9752a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microservices/kubeApi/tests/routers/test_bulk_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def test_bulk_sync(client):
"name": "wild-ns-example",
"selectTag": "ns.EXAMPLE-NS",
"dataPlane": "data-plane-1",
"host": "abc.api.gov.bc.ca"
"host": "abc.api.gov.bc.ca",
"sessionCookieEnabled": True
}]
response = client.post('/namespaces/examplens/routes/sync', json=data)
assert response.status_code == 200
Expand Down

0 comments on commit c9752a1

Please sign in to comment.