Skip to content

Commit

Permalink
fixed error in feature test name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWendt committed Aug 20, 2015
1 parent e8e40a8 commit 44d09eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiFeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function iRequest($httpMethod, $uri)
}

/**
* @When /^I request "(GET|PUT|POST|PATCH|DELETE) ([^"]*)" and the query needs random data from "([^"]*)"$/
* @When /^I request "(GET|PUT|POST|PATCH|DELETE) ([^"]*)" and the query needs random data$/
*/
public function iRequestAndTheQueryNeedsRandomData($httpMethod, $resource)
{
Expand Down

0 comments on commit 44d09eb

Please sign in to comment.