Skip to content

Commit

Permalink
After applying Spotless #1768
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeeppler committed Feb 17, 2023
1 parent 42a6943 commit e32494c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ void secret_scan__empty_config_results_in_error() throws Exception {
model.setSecretScan(secretScan);

modelSupportCollectedScanTypes.add(ScanType.SECRET_SCAN); // simulate correct module group found

/* execute */
SecHubConfigurationModelValidationResult result = validatorToTest.validate(model);

Expand All @@ -725,7 +725,7 @@ void secret_scan__config_with_data() throws Exception {
model.setApiVersion("1.0");
model.setSecretScan(secretScan);
model.setData(dataConfiguration);

modelSupportCollectedScanTypes.add(ScanType.SECRET_SCAN); // simulate correct module group found

/* execute */
Expand Down

0 comments on commit e32494c

Please sign in to comment.