Skip to content

Commit 7380430

Browse files
committed
Set the space description to the test name
1 parent ddf5d88 commit 7380430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ func (o *OctopusContainerTest) InitialiseOctopus(
535535
// This test creates a new space and then populates the space.
536536
terraformProjectDirs := orderedmap.New[string, InitializationSettings]()
537537
terraformProjectDirs.Set(terraformInitModuleDir, InitializationSettings{
538-
InputVars: append(initialiseVars, "-var=octopus_space_name="+spaceName),
538+
InputVars: append(initialiseVars, "-var=octopus_space_name="+spaceName, "-var=octopus_space_description="+t.Name()),
539539
SpaceIdOutputVar: "octopus_space_id",
540540
})
541541
if prepopulateModuleDir != "" {

0 commit comments

Comments
 (0)