Skip to content

Commit

Permalink
EEH-2525 - Fix changed argumet
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado committed Apr 14, 2023
1 parent 1529ae8 commit 4b6b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/request_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

request = request_validation(
data_filepath=file,
curl_URL=curl_URL
validator_url=curl_URL
)

val_error = get_errors_response(
Expand Down

0 comments on commit 4b6b35d

Please sign in to comment.