Skip to content

Commit b189229

Browse files
committed
fix
Signed-off-by: Jens Langhammer <[email protected]>
1 parent 2802deb commit b189229

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/e2e/test_source_scim.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ def test_scim_conformance(self):
4242
test_launch = session.post(
4343
"http://localhost:8080/test/run",
4444
data={
45-
"endPoint": self.live_server_url + f"/source/scim/{source.slug}/v2",
45+
"endPoint": self.host_url(
46+
"authentik_sources_scim:v2-root",
47+
kwargs={
48+
"source_slug": source.slug,
49+
},
50+
),
4651
"username": "foo",
4752
"password": source.token.key,
4853
"jwtToken": None,

0 commit comments

Comments
 (0)