Skip to content

Commit 3069bfe

Browse files
committed
Fix the unit tests
1 parent 96fb6fe commit 3069bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/plan/test_plan_reporter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ def test_print_report_json_with_details(self, reporter, sample_report_data):
181181
for resource in json_data['resources']:
182182
assert 'action' in resource
183183
assert 'module' in resource
184-
assert 'name' in resource
184+
assert 'resource_type' in resource
185+
assert 'identifier' in resource
185186
assert 'provider' in resource
186187

187188
if resource['action'] == 'update':

0 commit comments

Comments
 (0)