Skip to content

Commit

Permalink
🟢 missing test migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus committed Jan 15, 2024
1 parent a4614d4 commit 756d92c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions policy/scan/local_scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ func (s *LocalScannerSuite) TestRunIncognito_Frameworks() {
s.Require().NoError(err)

_, err = bundle.CompileExt(context.Background(), policy.BundleCompileConf{
Schema: s.schema,
RemoveFailing: true,
CompilerConfig: s.conf,
RemoveFailing: true,
})
s.Require().NoError(err)

Expand Down Expand Up @@ -495,8 +495,8 @@ func (s *LocalScannerSuite) TestRunIncognito_Frameworks_Exceptions_Deactivate()
})

_, err = bundle.CompileExt(context.Background(), policy.BundleCompileConf{
Schema: s.schema,
RemoveFailing: true,
CompilerConfig: s.conf,
RemoveFailing: true,
})
s.Require().NoError(err)

Expand Down Expand Up @@ -535,8 +535,8 @@ func (s *LocalScannerSuite) TestRunIncognito_Frameworks_Exceptions_OutOfScope()
})

_, err = bundle.CompileExt(context.Background(), policy.BundleCompileConf{
Schema: s.schema,
RemoveFailing: true,
CompilerConfig: s.conf,
RemoveFailing: true,
})
s.Require().NoError(err)

Expand Down

0 comments on commit 756d92c

Please sign in to comment.