access environment inside the expectation expression #120
-
|
The documentation https://github.com/trento-project/wanda/blob/main/guides/specification.md?plain=1#L391 stated: "the expectation expression itself with access to gathered facts, resolved values and the environment" How can I access environment variables inside of 'expect:' expressions? As result I get |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@angelabriel ATM is not possible accessing the env from expectations since the env is only used to compute values. Do you still need it after answer #121 ? If not I’ll just open a ticket about correcting the documentation. |
Beta Was this translation helpful? Give feedback.
@angelabriel ATM is not possible accessing the env from expectations since the env is only used to compute values. Do you still need it after answer #121 ? If not I’ll just open a ticket about correcting the documentation.