Skip to content

Commit 8ba5fde

Browse files
committedMar 23, 2025··
fix
Signed-off-by: Jens Langhammer <[email protected]>
1 parent 2802deb commit 8ba5fde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tests/e2e/test_source_scim.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ 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", source_slug=source.slug
47+
),
4648
"username": "foo",
4749
"password": source.token.key,
4850
"jwtToken": None,

0 commit comments

Comments
 (0)
Please sign in to comment.