Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Dec 18, 2024
1 parent 7e1ab4b commit 0631e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/start/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestStartCommand(t *testing.T) {
JSON(types.ContainerJSON{})

gock.New(utils.Docker.DaemonHost()).
Get("/v" + utils.Docker.ClientVersion() + "/containers/supabase_db_test/json").
Get("/v" + utils.Docker.ClientVersion() + "/containers/supabase_db_start/json").
Reply(http.StatusOK).
JSON(types.ContainerJSON{ContainerJSONBase: &types.ContainerJSONBase{
State: &types.ContainerState{Running: true},
Expand Down

0 comments on commit 0631e6d

Please sign in to comment.