Skip to content

Commit 9eca000

Browse files
committed
chore: update
1 parent e89c47a commit 9eca000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sync_tests/test_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_create_deployment_unauthorized(client, deployment_body, mocker: MockFix
126126
def test_update_deployment_success(
127127
client, deployment_body, device_deployment_model_mock, mocker: MockFixture
128128
):
129-
mock_put = mocker.patch("httpx.Client.put")
129+
mock_put = mocker.patch("httpx.Client.patch")
130130

131131
mock_put.return_value = httpx.Response(
132132
status_code=200,

0 commit comments

Comments
 (0)