Skip to content

Commit 5762811

Browse files
committed
Introduce service account
1 parent 9fc7fbc commit 5762811

8 files changed

Lines changed: 1091 additions & 43 deletions

File tree

genesis_core/tests/functional/restapi/iam/test_idp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ def test_create_idp_with_callback_regexp_success(
149149
assert response.status_code == 201
150150
idp = response.json()
151151
assert idp["callback"]["kind"] == "callback_regexp"
152-
assert idp["callback"]["pattern"] == (
153-
r"https://example\.test/callback(/.*)?"
154-
)
152+
assert idp["callback"]["pattern"] == (r"https://example\.test/callback(/.*)?")
155153

156154
def test_list_idp_no_permission_fails(self, user_api_client, auth_test1_user):
157155
client = user_api_client(auth_test1_user)

0 commit comments

Comments
 (0)