Skip to content

Commit b62ae81

Browse files
committed
Fix expected output for --prompt URLs following upstream HTTPS fallback fixes
1 parent 6470c0f commit b62ae81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/core.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Feature: Manage WordPress installation
6666
When I run `wp eval 'echo home_url();'`
6767
Then STDOUT should be:
6868
"""
69-
https://localhost:8001
69+
http://localhost:8001
7070
"""
7171
7272
Scenario: Install WordPress by prompting for the admin email and password

0 commit comments

Comments
 (0)