Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkrief committed Aug 24, 2023
1 parent d0a4a5e commit 8a787eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHAP11/pytest/test_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def terraform_plan_output():

def test_storage_account_https_only_enabled(terraform_plan_output):


assert terraform_plan_output["format_version"] == "1.1"
# Get the value of the 'enable_https_traffic_only' property
enable_https_traffic_only = terraform_plan_output['resource_changes'][1]['change']['after']['enable_https_traffic_only']

Expand Down

0 comments on commit 8a787eb

Please sign in to comment.