Skip to content

Commit ef30a2f

Browse files
committed
remove leding slash
1 parent dbe6503 commit ef30a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/server.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Feature: Serve WordPress locally
4545
Scenario: Pretty permalinks
4646
Given a WP install
4747
And I launch in the background `wp server --host=localhost --port=8183`
48-
And I run `wp rewrite structure "/%postname%/"`
48+
And I run `wp rewrite structure "%postname%/"`
4949

5050
When I run `wp rewrite list`
5151
Then STDOUT should contain:

0 commit comments

Comments
 (0)