fix strict null issues (#22430)

This commit is contained in:
Alan Ren
2023-03-23 15:19:23 -07:00
committed by GitHub
parent 00897fc513
commit 59ad572800
8 changed files with 56 additions and 53 deletions

View File

@@ -236,7 +236,8 @@ export class TestObjectManagementService implements IObjectManagementService {
authenticationType: AuthenticationType.Sql,
loginName: 'sa',
ownedSchemas: [],
databaseRoles: []
databaseRoles: [],
password: ''
},
languages: languages,
schemas: schemas,