mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -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,
|
module: PrivateApiModule,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
process.env.HD_DOMAIN =
|
process.env.HD_BASE_URL =
|
||||||
'https://md-' + testSetupBuilder.testId + '.example.com';
|
'https://md-' + testSetupBuilder.testId + '.example.com';
|
||||||
testSetupBuilder.testingModuleBuilder = Test.createTestingModule({
|
testSetupBuilder.testingModuleBuilder = Test.createTestingModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
|
Loading…
Reference in a new issue