From 8a787eb8de72670ba73e1561094f3e54e85c92a8 Mon Sep 17 00:00:00 2001 From: mikaelkrief Date: Thu, 24 Aug 2023 07:29:08 +0000 Subject: [PATCH] fix --- CHAP11/pytest/test_tf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHAP11/pytest/test_tf.py b/CHAP11/pytest/test_tf.py index 938619e..ff3186c 100644 --- a/CHAP11/pytest/test_tf.py +++ b/CHAP11/pytest/test_tf.py @@ -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']