Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 14, 2023
1 parent 5501028 commit b473ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity/test/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func TestPool(ctx context.Context, conf *config.Config, p interface {

expected := expectedIdentities[c]
require.Len(t, actual, 1)
assertx.EqualAsJSONExcept(t, expected, actual[0], []string{"credentials.config"})
assertx.EqualAsJSONExcept(t, expected, actual[0], []string{"credentials.config", "created_at", "updated_at"})
})
}

Expand Down

0 comments on commit b473ff1

Please sign in to comment.