Skip to content

Commit 41c40cd

Browse files
committed
Fix feature test.
1 parent f915a4c commit 41c40cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

features/repos/releases.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Feature: Releases API
2626
Scenario: Create
2727

2828
Given I want to create resource with the following params:
29-
| owner | repo | tag_name |
30-
| murek | github_api_test | v1.0.0 |
29+
| owner | repo |
30+
| murek | github_api_test |
3131
And I pass the following request options:
32-
| name | body | draft | target_commitish |
33-
| v1.0.0 | Main release | false | master |
32+
| tag_name | name | body | draft | target_commitish |
33+
| v1.0.0 | v1.0.0 | Main release | false | master |
3434
When I make request within a cassette named "repos/releases/create"
3535
Then the response status should be 201
3636
And the response type should be JSON

0 commit comments

Comments
 (0)