Skip to content

Commit

Permalink
debug fluent-search test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Karanjot Singh <drquark@duck.com>
  • Loading branch information
0xquark committed May 7, 2024
1 parent e262588 commit c45bfe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions atlan/client/fluent_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"github.com/atlanhq/atlan-go/atlan"
"github.com/stretchr/testify/assert"
"os"
"testing"
"time"
)
Expand All @@ -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
Expand Down

0 comments on commit c45bfe4

Please sign in to comment.