mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04: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…
Add table
Add a link
Reference in a new issue