From 98761c9fa19d7c515be46afff872296f48e8f075 Mon Sep 17 00:00:00 2001 From: Gareth Pelly Date: Thu, 3 Oct 2024 17:39:22 +0100 Subject: [PATCH] fix(GcpAuthenticator): Handle metadata behaviour change with token regen --- src/gcp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gcp.rs b/src/gcp.rs index 8638cd40afa1b..a3e08b4c690b5 100644 --- a/src/gcp.rs +++ b/src/gcp.rs @@ -322,8 +322,8 @@ mod tests { api_key = "testing" "#, ) - .await - .expect("build_auth failed"); + .await + .expect("build_auth failed"); assert!(matches!(auth, GcpAuthenticator::None)); }