Skip to content

Commit 85a1852

Browse files
committedJan 30, 2025
chore: updates (#3822)
1 parent 8ad752d commit 85a1852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎accounts/logaudit_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
func TestLogAuditListWithOptionalParams(t *testing.T) {
19-
t.Skip("TODO: investigate broken test")
19+
t.Skip("TODO:investigate broken test")
2020
baseURL := "http://localhost:4010"
2121
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2222
baseURL = envURL

0 commit comments

Comments
 (0)
Please sign in to comment.