summaryrefslogtreecommitdiff
path: root/test/integration/container_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-14 13:34:55 -0600
committermo khan <mo@mokhan.ca>2025-05-14 13:34:55 -0600
commitc6b4a8ce874706417e53f48ff29f8907c4b28d1f (patch)
tree5c1561e91c5cfcdb143cb587b08ecdf20d4ccd98 /test/integration/container_test.go
parent4b2d609a0efcc1d9b2f1a08f954d067ad1d9cd1e (diff)
test: use host network mode locally and in CI
Diffstat (limited to 'test/integration/container_test.go')
-rw-r--r--test/integration/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/container_test.go b/test/integration/container_test.go
index 6d48beb..0c5aab7 100644
--- a/test/integration/container_test.go
+++ b/test/integration/container_test.go
@@ -91,7 +91,7 @@ func TestContainer(t *testing.T) {
assert.True(t, response.Ok())
require.NoError(t, page.GetByText("Login").Click())
- assert.Equal(t, srv.AuthorizationEndpoint()+"?client_id="+srv.Config().ClientID, page.URL())
+ assert.Contains(t, page.URL(), srv.AuthorizationEndpoint()+"?client_id="+srv.Config().ClientID)
})
})
}