Skip to content

Commit

Permalink
Update tests/terraform/graph/variable_rendering/test_renderer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Barak Fatal <[email protected]>
  • Loading branch information
lirshindalman and bo156 authored Oct 3, 2023
1 parent d6aeaaf commit 0d6e2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/terraform/graph/variable_rendering/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,5 @@ def test_multiple_dynamic_blocks_value_not_supporting(self):
value_block_1 = resources_vertex[0].config['google_sql_database_instance']['instance4-should-fail']['settings'][0]['ip_configuration'][0]['dynamic'][0]['authorized_networks']['content'][0]['value']
value_block_2 = resources_vertex[0].config['google_sql_database_instance']['instance4-should-fail']['settings'][0]['ip_configuration'][0][
'dynamic'][1]['authorized_networks']['content'][0]['value']
# TODO - for now we nor support multiple dynamic blocks - the value_block_1 and value_block_2 needs to be diffrent and not overide each other
# TODO - for now we don't support multiple dynamic blocks - the value_block_1 and value_block_2 needs to be diffrent and not overide each other
assert not value_block_1 != value_block_2

0 comments on commit 0d6e2b3

Please sign in to comment.