Skip to content

Commit

Permalink
Changement du step pour le matching d'url, la regex n'etait pas bonne
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume DUBOST committed Jan 19, 2018
1 parent 278e754 commit 669988d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpApiMockContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function queLeProxyEffectueUneRequeteSurUneUrlQuiContientEtRenvoieLeStatu
}

/**
* @Then /^que le proxy "([^"]*)" effectue une requête (GET|POST|PUT|DELETE|OPTIONS) sur une url qui match "((?:[a-zA-Z0-9,:!\/\.\?\&\=\+_%-]*)|"(?:[^"]+)")" et renvoie le status HTTP (\d+)(?: avec le résultat contenu dans "([^"]*\.json)")?$/
* @Then /^que le proxy "([^"]*)" effectue une requête (GET|POST|PUT|DELETE|OPTIONS) sur une url qui match "([^"]*)" et renvoie le status HTTP (\d+)(?: avec le résultat contenu dans "([^"]*\.json)")?$/
*/
public function queLeProxyEffectueUneRequeteSurUneUrlQuiMatchEtRenvoieLeStatusHTTP($proxy_name, $method, $url, $status_code, $body = null)
{
Expand Down

0 comments on commit 669988d

Please sign in to comment.