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