Skip to content

Commit 96ff072

Browse files
committed
Fix cleanup issue in export unit test
1 parent 6f5e77e commit 96ff072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oci/export_compartment_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ func TestUnitGetHCLString_interpolationMap(t *testing.T) {
906906

907907
func TestUnitGetHCLString_tfSyntaxVersion(t *testing.T) {
908908
initResourceDiscoveryTests()
909+
defer cleanupResourceDiscoveryTests()
909910
rootResource := getRootCompartmentResource()
910911

911912
results, err := findResources(nil, rootResource, compartmentTestingResourceGraph, nil)

0 commit comments

Comments
 (0)