Skip to content

Commit

Permalink
fix integration tests for depots
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Aug 12, 2024
1 parent 8078d31 commit b31f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/depots/controllers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestPostNewDepotItemByKey(t *testing.T) {
func TestGetAllDepotItems(t *testing.T) {
r := core.SetupTestEnv(TestPackage)

req, _ := http.NewRequest("GET", "/depots/", nil)
req, _ := http.NewRequest("GET", "/depots/items", nil)
w := httptest.NewRecorder()
r.ServeHTTP(w, req)

Expand Down

0 comments on commit b31f389

Please sign in to comment.