Skip to content

Commit b0c4c85

Browse files
committed
fix(e2e): update remaining UpdateSandboxPolicy reference in Python test
1 parent 682cbbf commit b0c4c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/python/test_sandbox_policy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,8 +1306,8 @@ def test_live_policy_update_from_empty_network_policies(
13061306
)
13071307
initial_version = initial_status.revision.version
13081308

1309-
update_resp = stub.UpdateSandboxPolicy(
1310-
openshell_pb2.UpdateSandboxPolicyRequest(
1309+
update_resp = stub.UpdateSettings(
1310+
openshell_pb2.UpdateSettingsRequest(
13111311
name=sandbox_name,
13121312
policy=updated_policy,
13131313
)

0 commit comments

Comments
 (0)