-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update e2e tests to confirm PropagatedClaims are propagated (#796)
* start testing PropagatedClaims by confirming that UserID and OriginalSub are set * fix ExpectedUserAccount * fix compile error * set additional claims for migration test runner * include AccountID in checked claims * fixed expected sub value * expect userid to be set to sub value * fix nstemplatetier test * use correct UserID * properly populate UserSignup identity claims * use correct original-sub for expected values * also set OriginalSub in UserSignup.Spec * refactor * Update testsupport/user_assertions.go Co-authored-by: Alexey Kazakov <[email protected]> * go fmt --------- Co-authored-by: Alexey Kazakov <[email protected]>
- Loading branch information
1 parent
70b6646
commit aa98d41
Showing
6 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters