We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b3bb1a9
27.0.1
1.17.2
There is a flaky test.
occassionally this test fails
1) test &Oidcc.client_credentials_token/2 works (Oidcc.TokenTest) test/oidcc/token_test.exs:211 match (=) failed code: assert {:ok, %Token{}} = Oidcc.Token.client_credentials( client_context, %{scope: ["openid"]} ) left: {:ok, %Oidcc.Token{}} right: {:error, :no_matching_key} stacktrace: test/oidcc/token_test.exs:224: (test)
mix test
all tests should pass
The text was updated successfully, but these errors were encountered:
The issues seem to be triggered when Zitadel does not have any keys in the jwks initially since not all tests perform key rotation on a new kid.
kid
Sorry, something went wrong.
No branches or pull requests
oidcc version
b3bb1a9
Erlang version
27.0.1
Elixir version
1.17.2
Summary
There is a flaky test.
Current behavior
occassionally this test fails
How to reproduce
Expected behavior
all tests should pass
The text was updated successfully, but these errors were encountered: