Skip to content

Commit da027f8

Browse files
committed
Add small format change
1 parent 9c5e517 commit da027f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/suite/nginxgateway_test.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,10 @@ var _ = Describe("NginxGateway", Ordered, Label("functional", "nginxGateway"), f
243243
return false
244244
}
245245

246-
return strings.Contains(logs,
247-
"\"current\":\"debug\",\"msg\":\"Log level changed\",\"prev\":\"info\"")
246+
return strings.Contains(
247+
logs,
248+
"\"current\":\"debug\",\"msg\":\"Log level changed\",\"prev\":\"info\"",
249+
)
248250
}).WithTimeout(timeoutConfig.GetTimeout).
249251
WithPolling(500 * time.Millisecond).
250252
Should(BeTrue())

0 commit comments

Comments
 (0)