Skip to content

Commit

Permalink
Merge pull request #410 from untangle/MFW-5396-v1
Browse files Browse the repository at this point in the history
MFW-5936 - test case updated to test with true flag for database settings
version: bug
  • Loading branch information
vishal-malji authored Aug 6, 2024
2 parents 21a2768 + d78ce86 commit 4d19c50
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 4d19c50

Please sign in to comment.