Skip to content

Commit

Permalink
fix; test
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 22, 2024
1 parent 604b326 commit 6439d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/object/object.repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (t *ObjectRepositoryTest) SetupTest() {
CDNEndpoint: "https://mock-cdn-endpoint",
}
t.controller = gomock.NewController(t.T())
t.mockEndpoint = "https://mock-cdn-endpoint/bucket/object"
t.mockEndpoint = "https://mock-cdn-endpoint/object"
}

func (t *ObjectRepositoryTest) TestCreateObjectSuccess() {
Expand Down

0 comments on commit 6439d39

Please sign in to comment.