We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0426a75 commit b8b6e78Copy full SHA for b8b6e78
tests/templates/kuttl/opa-authorization/check-opa.py.j2
@@ -51,10 +51,10 @@ TEST_DATA = [
51
{
52
"query": "SET SESSION iceberg.test=true",
53
# The requests are authorized, just a fake property
54
-{% if test_scenario['values']['trino'] == '470' %}
55
- "error": "Session property iceberg.test does not exist",
56
-{% else %}
+{% if test_scenario['values']['trino'] == '451' %}
57
"error": "Session property 'iceberg.test' does not exist",
+{% else %}
+ "error": "Session property iceberg.test does not exist",
58
{% endif %}
59
},
60
# ## SCHEMA ##
0 commit comments