Skip to content

Commit 445e9d8

Browse files
committed
fix: region level
1 parent 6c8bca3 commit 445e9d8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/commands/app/deploy.test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,11 +1638,9 @@ describe('run', () => {
16381638
manifest: {
16391639
full: {
16401640
database: {
1641-
'auto-provision': true
1641+
'auto-provision': true,
1642+
region: 'emea'
16421643
}
1643-
},
1644-
database: {
1645-
region: 'emea'
16461644
}
16471645
}
16481646
})

0 commit comments

Comments
 (0)