We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b1e28 commit 9f3dbcdCopy full SHA for 9f3dbcd
src/logger/logger_test.go
@@ -9,7 +9,7 @@ import (
9
"github.com/stretchr/testify/assert"
10
)
11
12
-func TestGetNonReadRecord(t *testing.T) {
+func TestAccessLog(t *testing.T) {
13
14
url := "example.com"
15
content := `{"integer":1,"string":"xyz", "object": { "element": 1 } , "array": [1, 2, 3]}`
0 commit comments