Skip to content

Commit

Permalink
Fix call_api test
Browse files Browse the repository at this point in the history
Signed-off-by: Karanjot Singh <[email protected]>
  • Loading branch information
0xquark committed May 21, 2024
1 parent 525d404 commit 0218829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlan/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestCallAPI(t *testing.T) {
defer ts.Close()

// Initialize AtlanClient with the test server URL
ctx, _ := Context("api_key", ts.URL)
ctx, _ := Context(ts.URL, "api_key")

// Define a sample API object
api := &API{
Expand Down

0 comments on commit 0218829

Please sign in to comment.