Skip to content
Snippets Groups Projects
Commit 6185ce1c authored by Shane Hutchins's avatar Shane Hutchins
Browse files

Merge branch 'load_test_fix' into 'master'

load test fix

See merge request !282
parents d54a5c03 9d98e274
No related branches found
No related tags found
3 merge requests!299Update Dev branch,!298Securityfix,!282load test fix
Pipeline #161575 failed
......@@ -30,7 +30,7 @@ class PolicyServiceUser(HttpUser):
# load rendered translate json at startup
self.translate_data = self.load_translate_data(
policy_id = "search2",
template_file = "../frontend/admincli/tests/translate_data.json"
template_file = "translate_data.json"
)
# Let's make sure search2.rego exists, otherwise translate will fail
......
{
"query": "data.osdu.partition[\"${data_partition}\"].${name}.allow == true",
"input": {
"operation": "view",
"groups": ["AAA", "BBB"]
},
"unknowns": ["input.record"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment