Skip to content

Commit ea341a4

Browse files
committed
Update creation in test for type=html
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 160d26c commit ea341a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/site.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Feature: Site Command
2626
"""
2727

2828
Scenario: Create html site successfully
29-
When I run 'sudo bin/ee site create site.test --html'
29+
When I run 'sudo bin/ee site create site.test --type=html'
3030
Then The site 'site.test' should have webroot
3131
And The site 'site.test' should have WordPress
3232
And Request on 'site.test' should contain following headers:

0 commit comments

Comments
 (0)