From c45bfe49c647b48fe28e44c5425e5873ed165a86 Mon Sep 17 00:00:00 2001 From: Karanjot Singh Date: Tue, 7 May 2024 18:31:37 +0530 Subject: [PATCH] debug fluent-search test failure Signed-off-by: Karanjot Singh --- atlan/client/fluent_search_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atlan/client/fluent_search_test.go b/atlan/client/fluent_search_test.go index ca8ba25..f3115da 100644 --- a/atlan/client/fluent_search_test.go +++ b/atlan/client/fluent_search_test.go @@ -4,6 +4,7 @@ import ( "fmt" "github.com/atlanhq/atlan-go/atlan" "github.com/stretchr/testify/assert" + "os" "testing" "time" ) @@ -12,6 +13,9 @@ func TestIntegrationFluentSearch(t *testing.T) { if testing.Short() { t.Skip("skipping integration test") } + time.Sleep(100) + envValue := os.Getenv("ATLAN_BASE_URL") + fmt.Println(envValue) ctx := NewContext() // Create a glossary