Skip to content

Commit

Permalink
Even more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Jan 19, 2023
1 parent 10e462d commit b38ef22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blueprints/gke/multitenant-fleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ module "gke" {
}
}
# tftest modules=8 resources=35
# tftest modules=8 resources=37
```

<!-- TFDOC OPTS files:1 -->
Expand Down
2 changes: 1 addition & 1 deletion modules/gke-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ module "hub" {
]
}
# tftest modules=8 resources=38
# tftest modules=8 resources=30
```
<!-- BEGIN TFDOC -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner()
assert len(modules) == 12
assert len(resources) == 53
assert len(resources) == 55
1 change: 0 additions & 1 deletion tests/modules/gke_hub/test_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def test_configmanagement_setup(resources):
'sync_wait_secs':
None
}],
'oci': [],
'prevent_drift': False,
'source_format': 'hierarchy'
}],
Expand Down

0 comments on commit b38ef22

Please sign in to comment.