mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
test(setup): use HD_BASE_URL
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
15a691b364
commit
944304b274
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export class TestSetupBuilder {
|
|||
module: PrivateApiModule,
|
||||
},
|
||||
];
|
||||
process.env.HD_DOMAIN =
|
||||
process.env.HD_BASE_URL =
|
||||
'https://md-' + testSetupBuilder.testId + '.example.com';
|
||||
testSetupBuilder.testingModuleBuilder = Test.createTestingModule({
|
||||
imports: [
|
||||
|
|
Loading…
Reference in a new issue