Skip to content

Commit b3eddd6

Browse files
committed
run lists are array-like
1 parent 2655cd1 commit b3eddd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/api/roles/show_roles_api.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Feature: Show a role via the REST API
2727
And an 'environment' named 'cucumber' exists
2828
And a 'role' named 'webserver' exists
2929
When I 'GET' the path '/roles/webserver/environments/cucumber'
30-
Then the inflated response should respond to 'run_list' with 'role[db]'
30+
Then the inflated response should respond to 'run_list' with '["role[db]"]'
3131

3232
Scenario: List environments in the role
3333
Given I am an administrator

0 commit comments

Comments
 (0)