hurl/integration/tests/error_template_variable_not_found.err

8 lines
165 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
error: Undefined Variable
--> tests/error_template_variable_not_found.hurl:1:7
|
1 | GET {{url}}
| ^^^ You must set the variable url
|