Skip to content

Commit d3c8a3d

Browse files
authored
tests: removed AT variable from fscloud ex (#552)
1 parent 5abca90 commit d3c8a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ func TestFSCloudInSchematic(t *testing.T) {
146146
{Name: "region", Value: options.Region, DataType: "string"},
147147
{Name: "prefix", Value: options.Prefix, DataType: "string"},
148148
{Name: "resource_group", Value: options.ResourceGroup, DataType: "string"},
149-
{Name: "existing_at_instance_crn", Value: permanentResources["activityTrackerFrankfurtCrn"], DataType: "string"},
150149
{Name: "hpcs_instance_guid", Value: permanentResources["hpcs_south"], DataType: "string"},
151150
{Name: "hpcs_key_crn_cluster", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},
152151
{Name: "hpcs_key_crn_worker_pool", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},

0 commit comments

Comments
 (0)