backport of commit 96e8421d1d

backport/hpr-1772-upsert-bucket-get-first/randomly-talented-sculpin
Jenna Goldstrich 2 years ago
parent 3e483fac53
commit 780d70eff7

@ -117,7 +117,7 @@ func TestInitialize_ExistingBucketNewVersion(t *testing.T) {
t.Errorf("expected call to GetBucket but it didn't happen")
}
if mockService.CreateBucketCalled {
t.Errorf("expected call to CreateBucket but it didn't happen")
t.Errorf("unexpected call to CreateBucket")
}
if !mockService.UpdateBucketCalled {

Loading…
Cancel
Save