fix(core): update

This commit is contained in:
2022-06-09 00:01:29 +02:00
parent f4586d529d
commit 0e41748da5
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ export class SmartMongo {
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
await this.readyPromise;
return {
mongoDbName: `smartmongo_testdatabase`,
mongoDbUrl: this.mongoReplicaSet.getUri(),
};
}