Skip to content

Commit

Permalink
unused aws instace and vpcs cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 19, 2024
1 parent 54aafd9 commit 7dc26d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/NVIDIA/holodeck/pkg/jyaml"
"github.com/NVIDIA/holodeck/pkg/provider"
"github.com/NVIDIA/holodeck/pkg/provisioner"
"github.com/NVIDIA/holodeck/tests/common"
"github.com/NVIDIA/holodeck/tests/common"
)

// Actual test suite
Expand All @@ -56,7 +56,7 @@ var _ = Describe("AWS", func() {
Expect(err).ToNot(HaveOccurred())

// Set unique name for the environment
common.SetCfgName(opts.cfg)
common.SetCfgName(&opts.cfg)
// set cache path
opts.cachePath = LogArtifactDir
// set cache file
Expand Down

0 comments on commit 7dc26d8

Please sign in to comment.