Skip to content

Commit

Permalink
fix(test): switch test url
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed Jul 14, 2024
1 parent 0348a32 commit a92ab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/supabase/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ func TestSendRequest(t *testing.T) {
Message string `json:"message"`
}

rs, _ := client.Get[Response]("http://sev-2.com", 100000, nil, nil)
rs, _ := client.Get[Response]("http://refactory.id", 100000, nil, nil)
assert.Equal(t, "", rs.Message)
}

0 comments on commit a92ab5f

Please sign in to comment.