Additional SQL Proj cleanup (#19836)

This commit is contained in:
Charles Gagnon
2022-06-27 17:29:49 -07:00
committed by GitHub
parent 5dea50efa3
commit 87f8f2fd90
10 changed files with 75 additions and 66 deletions

View File

@@ -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,