Skip to content

Commit

Permalink
Update azure_recorded_testcase.py (Azure#21771)
Browse files Browse the repository at this point in the history
* Update azure_recorded_testcase.py

* Update azure_recorded_testcase.py
  • Loading branch information
Rakshith Bhyravabhotla authored and rakshith91 committed Nov 17, 2021
1 parent 929e841 commit 27930bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def is_playback(self):
def get_settings_value(self, key):
key_value = os.environ.get("AZURE_" + key, None)

if not key_value or self.is_playback:
if not key_value or self.is_playback():
try:
key_value = getattr(self.settings, key)
except Exception as ex:
Expand Down

0 comments on commit 27930bb

Please sign in to comment.