Skip to content

Commit

Permalink
fix(GcpAuthenticator): Handle metadata behaviour change with token regen
Browse files Browse the repository at this point in the history
  • Loading branch information
garethpelly committed Oct 3, 2024
1 parent 0b5be7b commit 98761c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ mod tests {
api_key = "testing"
"#,
)
.await
.expect("build_auth failed");
.await
.expect("build_auth failed");
assert!(matches!(auth, GcpAuthenticator::None));
}

Expand Down

0 comments on commit 98761c9

Please sign in to comment.