Skip to content

Commit

Permalink
minor #994 Fix replacing default MERCURE_URL in tests (HypeMC)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Fix replacing default MERCURE_URL in tests

The test failing seems to be caused by symfony/recipes#1007

Commits
-------

52c8fc3 Fix replacing default MERCURE_URL in tests
  • Loading branch information
weaverryan committed Oct 17, 2021
2 parents 60d5da2 + 52c8fc3 commit f76abb1
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
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
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 f76abb1

Please sign in to comment.