Skip to content

Commit

Permalink
fixing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Sep 19, 2024
1 parent 028cc4a commit 275ff62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-storage/samples/acceptance/buckets_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
end

describe "get bucket class and location data" do
bucket_name = "my-simple-storage-bucket"
bucket_name = random_bucket_name
location = "US"
storage_class = "COLDLINE"

Expand All @@ -360,7 +360,7 @@
location: location,
storage_class: storage_class
expected_output = "Bucket #{bucket_name} default storage class is " \
"#{storage_class}, and the location is #{location}"
"#{storage_class}, and the location is #{location}\n"
assert_output expected_output do
get_bucket_class_and_location bucket_name: bucket_name
end
Expand Down

0 comments on commit 275ff62

Please sign in to comment.