Skip to content

Commit

Permalink
spell 'notfound' correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Zavada committed Dec 29, 2023
1 parent 40b43c6 commit 35f1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/riak_cs/src/riak_cs_sts.erl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ check_with_saml_provider(#{pbc := Pbc,
{ok, SP = ?IAM_SAML_PROVIDER{name = SAMLProviderName}} ->
State#{status => validate_assertion(ResponseDoc, SP, RequestId),
saml_provider_name => SAMLProviderName};
{error, not_found} ->
{error, notfound} ->
State#{status => {error, no_such_saml_provider}}
end.

Expand Down

0 comments on commit 35f1aa9

Please sign in to comment.