Skip to content

Commit

Permalink
local host
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarYuran committed Dec 25, 2024
1 parent d7e22f4 commit 4b1533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esti/s3_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ func TestS3IfNoneMatch(t *testing.T) {

ctx, _, repo := setupTest(t)
defer tearDownTest(repo)

client := createS3Client(endpointURL, t)
endpoint := "http://localhost:8000"
client := createS3Client(endpoint, t)
bucketName := "test-bucket"
_, err := client.CreateBucket(ctx, &s3.CreateBucketInput{
Bucket: aws.String(bucketName),
Expand Down

0 comments on commit 4b1533b

Please sign in to comment.