Skip to content

Commit

Permalink
fix int test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeatdell committed Dec 17, 2024
1 parent 8011ee1 commit 7582c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/step_defs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (f *feature) getGoscaleioClient() (client *goscaleio.Client, err error) {
if err != nil {
log.Fatalf("err getting client: %v", err)
}
_, err = client.Authenticate(context.Background(), &goscaleio.ConfigConnect{
_, err = client.Authenticate(&goscaleio.ConfigConnect{
Username: a.Username,
Password: a.Password,
Endpoint: a.Endpoint,
Expand Down

0 comments on commit 7582c91

Please sign in to comment.