From 0e2ecbeca4870135cb2cdf5343074b37427ec89e Mon Sep 17 00:00:00 2001 From: unasra Date: Mon, 9 Sep 2024 15:13:07 +0530 Subject: [PATCH] Modified Tests --- clouddiscovery/test/api_accounts_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clouddiscovery/test/api_accounts_test.go b/clouddiscovery/test/api_accounts_test.go index 8e57bfd..32e39a4 100644 --- a/clouddiscovery/test/api_accounts_test.go +++ b/clouddiscovery/test/api_accounts_test.go @@ -24,7 +24,7 @@ func TestAccountsAPIService(t *testing.T) { t.Run("Test AccountsAPIService List", func(t *testing.T) { - //t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test resp, httpRes, err := apiClient.DiscoveryConfigurationAPIV2.AccountsAPI.List(context.Background()).Execute()