Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def stop_record_or_playback(test_id: str, recording_id: str, test_variables: "Di
"x-recording-save": "true",
"Content-Type": "application/json",
},
json=test_output or {}, # tests don't record successfully unless test_output is a dictionary
json=test_variables or {}, # tests don't record successfully unless test_variables is a dictionary
)
else:
response = requests.post(
Expand Down