Skip to content

Commit

Permalink
changed StorageNamespace in "create bare repo success" to not conflic…
Browse files Browse the repository at this point in the history
…t with the one in "create repo success"
  • Loading branch information
tkalir committed Jan 12, 2025
1 parent 57880b8 commit c18ff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ func TestController_CreateRepositoryHandler(t *testing.T) {
}, apigen.CreateRepositoryJSONRequestBody{
DefaultBranch: apiutil.Ptr("main"),
Name: repoName,
StorageNamespace: onBlock(deps, "foo-bucket-1"),
StorageNamespace: onBlock(deps, "foo-bucket-2"),
})
verifyResponseOK(t, resp, err)

Expand Down

0 comments on commit c18ff68

Please sign in to comment.