From 47d10635e59b0ab7b60f881c3ce74390c56085e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McCoy=20Pati=C3=B1o?= <39780829+mccoyp@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:10:43 -0700 Subject: [PATCH] Fix parameter reference --- tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py b/tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py index 0e498ae0b2a4..1d7954fae911 100644 --- a/tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py +++ b/tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py @@ -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(