Skip to content

Commit

Permalink
create queue btw
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 25, 2024
1 parent 34fd2b8 commit 29f4eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-http-auth/sigv4/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestE2E_SQS(t *testing.T) {
QueueName: queueName,
})
if err != nil {
t.Fatalf("list queues: %v", err)
t.Fatalf("create queue: %v", err)
}

queueURL := out.QueueURL
Expand Down

0 comments on commit 29f4eea

Please sign in to comment.