Skip to content

Commit

Permalink
Dunno where this comes from
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 28, 2024
1 parent 3d1e1b8 commit 5f94c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/auth_config_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestReconcileAuthConfigOk(t *testing.T) {
config := authConfigIndex.Get("echo-api")
assert.Check(t, config != nil)
idConfig, _ := config.IdentityConfigs[0].(*evaluators.IdentityConfig)
assert.Equal(t, idConfig.ExtendedProperties[1].Name, "source")
assert.Equal(t, idConfig.ExtendedProperties[0].Name, "source")
// TODO(@guicassolato): assert other fields of the AuthConfig
}

Expand Down

0 comments on commit 5f94c7c

Please sign in to comment.