Skip to content

Commit

Permalink
Fix replacing default MERCURE_URL in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Oct 14, 2021
1 parent c9ae401 commit 52c8fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Maker/MakeEntityLegacyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ public function getTestDetails()
->configureDatabase()
->addReplacement(
'.env',
'https://127.0.0.1:8000/.well-known/mercure',
'https://example.com/.well-known/mercure',
'http://127.0.0.1:1337/.well-known/mercure'
)
->updateSchemaAfterCommand()
Expand Down
2 changes: 1 addition & 1 deletion tests/Maker/MakeEntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ public function getTestDetails()
->configureDatabase()
->addReplacement(
'.env',
'https://127.0.0.1:8000/.well-known/mercure',
'https://example.com/.well-known/mercure',
'http://127.0.0.1:1337/.well-known/mercure'
)
->updateSchemaAfterCommand()
Expand Down

0 comments on commit 52c8fc3

Please sign in to comment.