Skip to content

Commit

Permalink
Revert "Update hash used in test"
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

This reverts commit ab2442e.
  • Loading branch information
antgamdia committed Sep 2, 2022
1 parent 60d8a2b commit b1cbeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pinniped-proxy/src/pinniped.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ mZu9A/ivt37pOQXm/HOX6tHB

// Without any changes, the make_token_credential_request function
// returns a request with the following hash.
const DEFAULT_TOKEN_CREDENTIAL_REQUEST_HASH: u64 = 2671791248625081931;
const DEFAULT_TOKEN_CREDENTIAL_REQUEST_HASH: u64 = 2363471629413450951;

fn make_token_credential_request() -> TokenCredentialRequest {
TokenCredentialRequest {
Expand Down

0 comments on commit b1cbeeb

Please sign in to comment.