mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Additional SQL Proj cleanup (#19836)
This commit is contained in:
@@ -72,7 +72,7 @@ describe('deploy service', function (): void {
|
||||
it('Should deploy a database to docker container successfully', async function (): Promise<void> {
|
||||
const testContext = createContext();
|
||||
const deployProfile: IPublishToDockerSettings = {
|
||||
localDbSetting: {
|
||||
dockerSettings: {
|
||||
dbName: 'test',
|
||||
password: 'PLACEHOLDER',
|
||||
port: 1433,
|
||||
@@ -102,7 +102,7 @@ describe('deploy service', function (): void {
|
||||
it('Should fail the deploy if docker is not running', async function (): Promise<void> {
|
||||
const testContext = createContext();
|
||||
const deployProfile: IPublishToDockerSettings = {
|
||||
localDbSetting: {
|
||||
dockerSettings: {
|
||||
dbName: 'test',
|
||||
password: 'PLACEHOLDER',
|
||||
port: 1433,
|
||||
|
||||
Reference in New Issue
Block a user