Skip to content

Commit 99bf6db

Browse files
committed
test
1 parent d82f567 commit 99bf6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Blueprints/Tests/Unit/Steps/StepTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function setUp(): void {
7272
$config
7373
->setBlueprint( new AbsoluteLocalPath( wp_join_unix_paths( $this->execution_context_path, 'blueprint.json' ) ) )
7474
->setDatabaseEngine( 'sqlite' )
75-
->setTargetSiteUrl( 'http://127.0.0.1:2456' );
75+
->setTargetSiteUrl( 'http://localhost' );
7676

7777
$runner = new Runner( $config );
7878
try {

0 commit comments

Comments
 (0)