We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82f567 commit 99bf6dbCopy full SHA for 99bf6db
components/Blueprints/Tests/Unit/Steps/StepTestCase.php
@@ -72,7 +72,7 @@ public function setUp(): void {
72
$config
73
->setBlueprint( new AbsoluteLocalPath( wp_join_unix_paths( $this->execution_context_path, 'blueprint.json' ) ) )
74
->setDatabaseEngine( 'sqlite' )
75
- ->setTargetSiteUrl( 'http://127.0.0.1:2456' );
+ ->setTargetSiteUrl( 'http://localhost' );
76
77
$runner = new Runner( $config );
78
try {
0 commit comments