Skip to content

Commit c6a3245

Browse files
committed
clean up
1 parent 9671993 commit c6a3245

File tree

3 files changed

+363
-64
lines changed

3 files changed

+363
-64
lines changed

test/config/nginx/nginx-plus.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
worker_processes 1;
2-
error_log /var/log/nginx/error.log;
32

43
events {
54
worker_connections 1024;

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)