From 7d766bacd35db359fd8e63eca51f93b7c3d35401 Mon Sep 17 00:00:00 2001 From: Akash Kumar Date: Thu, 31 Oct 2024 08:43:58 +0530 Subject: [PATCH] tests: removed AT variable from fscloud ex --- tests/pr_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pr_test.go b/tests/pr_test.go index 3e753f7b..42439197 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -146,7 +146,6 @@ func TestFSCloudInSchematic(t *testing.T) { {Name: "region", Value: options.Region, DataType: "string"}, {Name: "prefix", Value: options.Prefix, DataType: "string"}, {Name: "resource_group", Value: options.ResourceGroup, DataType: "string"}, - {Name: "existing_at_instance_crn", Value: permanentResources["activityTrackerFrankfurtCrn"], DataType: "string"}, {Name: "hpcs_instance_guid", Value: permanentResources["hpcs_south"], DataType: "string"}, {Name: "hpcs_key_crn_cluster", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"}, {Name: "hpcs_key_crn_worker_pool", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},