mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
error: Undefined Variable
|
|
--> tests/error_template_variable_not_found.hurl:1:7
|
|
|
|
|
1 | GET {{url}}
|
|
| ^^^ You must set the variable url
|
|
|
|
|
|