Skip to content

Commit 196fd92

Browse files
committed
Fix confidential tests
1 parent 1bbce23 commit 196fd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_vm_confidential_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async def test_confidential_initialize_instance():
8080
"session": tmp_file_bytes,
8181
"godh": tmp_file_bytes,
8282
},
83+
json=None,
8384
headers=headers,
8485
)
8586
await vm_client.session.close()
@@ -173,7 +174,7 @@ async def test_confidential_inject_secret_instance():
173174
m.assert_called_once_with(
174175
url,
175176
method="POST",
176-
data={
177+
json={
177178
"secret": test_secret,
178179
"packet_header": packet_header,
179180
},

0 commit comments

Comments
 (0)