Skip to content

Commit

Permalink
Log Apstra API version when fetching client
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 19, 2024
1 parent 1fd8ab1 commit ff8738c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apstra/test_utils/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func GetTestClient(t testing.TB, ctx context.Context) *apstra.Client {
}
}

t.Logf("\n\t%s running against Apstra %s", t.Name(), sharedClient.ApiVersion())

return sharedClient
}

Expand Down

0 comments on commit ff8738c

Please sign in to comment.