Skip to content

Commit 0820f0b

Browse files
- Fixed test issues
1 parent fc5f90b commit 0820f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/commands/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4486,7 +4486,7 @@ func Test_CreateScanWithExistingProjectAssign_to_Application_FF_DirectAssociatio
44864486
assert.Equal(t, strings.Contains(stdoutString, "Successfully updated the application"), true, "Expected output: %s", "Successfully updated the application")
44874487
}
44884488

4489-
func Test_Create_Scan_With_DA_MIGRATION_And_Configuration_ShouldPass(t *testing.T) {
4489+
func Test_Create_Scan_With_DA_MIGRATION_And_ConfigurationEnabled_ShouldPass(t *testing.T) {
44904490
file := createOutputFile(t, outputFileName)
44914491
defer deleteOutputFile(file)
44924492
defer logger.SetOutput(os.Stdout)

0 commit comments

Comments
 (0)