Skip to content

Commit

Permalink
[FIX] cetmix_tower_server: fix test
Browse files Browse the repository at this point in the history
Task: 4055
  • Loading branch information
tendil committed Jan 31, 2025
1 parent 151d3b0 commit 31f1aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cetmix_tower_server/tests/test_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,8 @@ def test_plan_line_action_variable_values_user_access_rights(self):
# plan line action
# Add user to group
self.add_to_group(self.user_bob, "cetmix_tower_server.group_user")
self.variable_os.write({"access_level": "1"})
self.variable_value.write({"access_level": "1"})
test_plan_line_action_as_bob = self.plan_3_line_1_action.with_user(
self.user_bob
)
Expand Down

0 comments on commit 31f1aeb

Please sign in to comment.