From 135613f8f2119619663fcd41b909bb4f675980e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villaf=C3=A1=C3=B1ez?= Date: Tue, 2 Jul 2024 10:29:47 +0200 Subject: [PATCH] test: adjust logs and fix CI --- .drone.star | 2 +- services/collaboration/pkg/connector/fileconnector.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index a6ec31326..73c865418 100644 --- a/.drone.star +++ b/.drone.star @@ -1007,7 +1007,7 @@ def wopiValidatorTests(ctx, storage, wopiServerType, accounts_hash_difficulty = "COLLABORATION_APP_NAME": "FakeOffice", "COLLABORATION_APP_ADDR": "http://fakeoffice:8080", "COLLABORATION_APP_INSECURE": "true", - "COLLABORATION_WOPI_SRC": "http://wopiserver", + "COLLABORATION_WOPI_SRC": "http://wopiserver:9300", "COLLABORATION_WOPI_SECRET": "some-wopi-secret", "COLLABORATION_CS3API_DATAGATEWAY_INSECURE": "true", "OCIS_JWT_SECRET": "some-ocis-jwt-secret", diff --git a/services/collaboration/pkg/connector/fileconnector.go b/services/collaboration/pkg/connector/fileconnector.go index 44a84296d..a7d0ac65a 100644 --- a/services/collaboration/pkg/connector/fileconnector.go +++ b/services/collaboration/pkg/connector/fileconnector.go @@ -730,7 +730,7 @@ func (f *FileConnector) PutRelativeFileRelative(ctx context.Context, ccs Content Url: wopiSrcURL.String(), } - logger.Debug().Msg("PutRelativeFileRelative: success") + newLogger.Debug().Msg("PutRelativeFileRelative: success") return result, nil, nil }