Skip to content

Commit 9b13436

Browse files
committed
test
1 parent 19d6615 commit 9b13436

File tree

2 files changed

+63
-363
lines changed

2 files changed

+63
-363
lines changed

test/helpers/test_containers_utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func LogAndTerminateContainers(
277277
) {
278278
tb.Helper()
279279

280-
tb.Log("Logging nginx agent container logs")
280+
tb.Log("------------------- Logging nginx agent container logs -------------------")
281281
logReader, err := agentContainer.Logs(ctx)
282282
require.NoError(tb, err)
283283

@@ -294,7 +294,7 @@ func LogAndTerminateContainers(
294294
require.NoError(tb, err)
295295

296296
if mockManagementPlaneContainer != nil {
297-
tb.Log("Logging mock management container logs")
297+
tb.Log("------------------- Logging mock management container logs -------------------")
298298
logReader, err = mockManagementPlaneContainer.Logs(ctx)
299299
require.NoError(tb, err)
300300

0 commit comments

Comments
 (0)