Skip to content

Commit

Permalink
#104744
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapitanov Andrey committed Jul 11, 2023
1 parent 444c260 commit 6a0d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/PestTestsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function convertRoutesToTestsString(array $routes, string $serversUrl,
responseCode: $responseCode,
);

if ($onlyNewMethods && ($methodExists || $responseCode >= 300)) {
if ($onlyNewMethods && $methodExists) {
continue;
}

Expand Down

0 comments on commit 6a0d2fb

Please sign in to comment.