From 51f39fa09a8cd426921b5c09be68789a0571a8f3 Mon Sep 17 00:00:00 2001 From: Mike Cantelon Date: Wed, 13 Nov 2024 09:48:16 -0800 Subject: [PATCH] Remove unneeded lines --- internal/workflow/processing_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/internal/workflow/processing_test.go b/internal/workflow/processing_test.go index 6f31aa176..0c4af23ed 100644 --- a/internal/workflow/processing_test.go +++ b/internal/workflow/processing_test.go @@ -426,9 +426,6 @@ func (s *ProcessingWorkflowTestSuite) TestAutoApprovedAIP() { Storage: storage.Config{ DefaultPermanentLocationID: locationID, }, - ValidatePREMIS: premis.Config{ - Enabled: false, - }, } s.SetupWorkflowTest(cfg) @@ -824,9 +821,6 @@ func (s *ProcessingWorkflowTestSuite) TestPackageRejection() { Storage: storage.Config{ DefaultPermanentLocationID: locationID, }, - ValidatePREMIS: premis.Config{ - Enabled: false, - }, } s.SetupWorkflowTest(cfg) @@ -942,9 +936,6 @@ func (s *ProcessingWorkflowTestSuite) TestPreprocessingChildWorkflow() { Storage: storage.Config{ DefaultPermanentLocationID: locationID, }, - ValidatePREMIS: premis.Config{ - Enabled: false, - }, } s.SetupWorkflowTest(cfg) @@ -1318,9 +1309,6 @@ func (s *ProcessingWorkflowTestSuite) TestFailedPIPA3m() { A3m: a3m.Config{ShareDir: s.CreateTransferDir()}, Preservation: pres.Config{TaskQueue: temporal.A3mWorkerTaskQueue}, Storage: storage.Config{DefaultPermanentLocationID: locationID}, - ValidatePREMIS: premis.Config{ - Enabled: false, - }, } s.SetupWorkflowTest(cfg) @@ -1485,9 +1473,6 @@ func (s *ProcessingWorkflowTestSuite) TestFailedPIPAM() { cfg := config.Configuration{ Preservation: pres.Config{TaskQueue: temporal.AmWorkerTaskQueue}, Storage: storage.Config{DefaultPermanentLocationID: amssLocationID}, - ValidatePREMIS: premis.Config{ - Enabled: false, - }, } s.SetupWorkflowTest(cfg)