Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Sep 17, 2024
1 parent ada5c33 commit 9c9f3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sdk_tests/bucket/signed_url.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ test "signedUrl duration option is respected" {
result = output.contains("<Code>AccessDenied</Code><Message>Request has expired</Message>");
} else if target == "tf-gcp" {
result = output.contains("<Code>ExpiredToken</Code><Message>Invalid argument.</Message>");
} else if target == "sim" {
result = output.contains("Signed URL has expired");
}

return result;
Expand Down

0 comments on commit 9c9f3a8

Please sign in to comment.