We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682cbbf commit b0c4c85Copy full SHA for b0c4c85
e2e/python/test_sandbox_policy.py
@@ -1306,8 +1306,8 @@ def test_live_policy_update_from_empty_network_policies(
1306
)
1307
initial_version = initial_status.revision.version
1308
1309
- update_resp = stub.UpdateSandboxPolicy(
1310
- openshell_pb2.UpdateSandboxPolicyRequest(
+ update_resp = stub.UpdateSettings(
+ openshell_pb2.UpdateSettingsRequest(
1311
name=sandbox_name,
1312
policy=updated_policy,
1313
0 commit comments