Skip to content

Commit

Permalink
MFW-5936 - test case updated to test with true flag for database sett…
Browse files Browse the repository at this point in the history
…ings object
  • Loading branch information
vishal-malji committed Aug 5, 2024
1 parent 21a2768 commit d78ce86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/settings/database_settings/database_settings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestDatabaseUnmarshal(t *testing.T) {
"type": "DB Type 5",
"default": false,
"db_connection_string": "asdfasdfasdf",
"is_deletable":false
"is_deletable":true
}]}`,
expectedErr: false,
expected: Databases{
Expand All @@ -67,7 +67,7 @@ func TestDatabaseUnmarshal(t *testing.T) {
Type: "DB Type 5",
Default: false,
ConnectionString: "asdfasdfasdf",
IsDeletable: false,
IsDeletable: true,
},
},
},
Expand Down

0 comments on commit d78ce86

Please sign in to comment.