Skip to content

Commit

Permalink
chore: updates (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 11, 2025
1 parent c99f848 commit fa8c3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/logaudit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func TestLogAuditListWithOptionalParams(t *testing.T) {
t.Skip("TODO: investigate broken test")
t.Skip("TODO:investigate broken test")
baseURL := "http://localhost:4010"
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
baseURL = envURL
Expand Down

0 comments on commit fa8c3c8

Please sign in to comment.