Skip to content

Commit

Permalink
Remove unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Nov 13, 2024
1 parent 5fe2aaf commit 51f39fa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions internal/workflow/processing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,6 @@ func (s *ProcessingWorkflowTestSuite) TestAutoApprovedAIP() {
Storage: storage.Config{
DefaultPermanentLocationID: locationID,
},
ValidatePREMIS: premis.Config{
Enabled: false,
},
}
s.SetupWorkflowTest(cfg)

Expand Down Expand Up @@ -824,9 +821,6 @@ func (s *ProcessingWorkflowTestSuite) TestPackageRejection() {
Storage: storage.Config{
DefaultPermanentLocationID: locationID,
},
ValidatePREMIS: premis.Config{
Enabled: false,
},
}
s.SetupWorkflowTest(cfg)

Expand Down Expand Up @@ -942,9 +936,6 @@ func (s *ProcessingWorkflowTestSuite) TestPreprocessingChildWorkflow() {
Storage: storage.Config{
DefaultPermanentLocationID: locationID,
},
ValidatePREMIS: premis.Config{
Enabled: false,
},
}
s.SetupWorkflowTest(cfg)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 51f39fa

Please sign in to comment.