From 418b6b15a740d2b13812c3ec6551e5ddde49a729 Mon Sep 17 00:00:00 2001 From: Peter Nemere Date: Fri, 14 Jul 2023 09:09:13 +1000 Subject: [PATCH] Fix test affected by importer logging output change --- data-import/importer/import_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-import/importer/import_test.go b/data-import/importer/import_test.go index 878ec17e..f49c06be 100644 --- a/data-import/importer/import_test.go +++ b/data-import/importer/import_test.go @@ -321,7 +321,7 @@ func printManualOKLogOutput(log *logger.StdOutLoggerForTest, datasetBucket strin "Downloading archived zip files...", "Downloaded 0 zip files, unzipped 0 files", "No zip files found in archive, dataset may have been manually uploaded. Trying to download...", - "Dataset test1234 downloaded from manual upload area", + "Dataset test1234 downloaded 3 files from manual upload area", "Downloading pseudo-intensity ranges...", "Downloading user customisation files...", "Reading 1261 files from spectrum directory...", @@ -366,7 +366,7 @@ func Example_ImportForTrigger_Manual() { // Logged "Downloading archived zip files...": true // Logged "Downloaded 0 zip files, unzipped 0 files": true // Logged "No zip files found in archive, dataset may have been manually uploaded. Trying to download...": true - // Logged "Dataset test1234 downloaded from manual upload area": true + // Logged "Dataset test1234 downloaded 3 files from manual upload area": true // Logged "Downloading pseudo-intensity ranges...": true // Logged "Downloading user customisation files...": true // Logged "Reading 1261 files from spectrum directory...": true