Skip to content

Commit cb58d64

Browse files
author
Peng Zhou
committed
update format
1 parent 145b7d8 commit cb58d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/2_marklogic_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func TestMarklogicCluster(t *testing.T) {
319319
}
320320
// Exponential backoff: 1s, 2s, 4s, 8s, 16s
321321
time.Sleep(time.Duration(1<<(attempt-1)) * time.Second)
322-
}
322+
}
323323
t.Logf("Query datasource response: %s", output)
324324
// Verify MarkLogic logs in Grafana using Loki and Fluent Bit
325325
if strings.Contains(string(output), "Starting MarkLogic Server") {

0 commit comments

Comments
 (0)