Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Oct 24, 2024
1 parent 978dd41 commit 396df33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zz_generated._test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func Test_config(t *testing.T) {
t.Logf("%s", err)
}
assert.NoError(t, err)
_, err = client.Config.SetCurrentProfile(&config.SetCurrentProfileParams{ProfileName: &[]string{"test"}[0]})
_, err = client.Config.SetCurrentProfile(&config.SetCurrentProfileParams{ProfileName: &[]string{"docker"}[0]})
if err != nil {
t.Logf("%s", err)
}
Expand Down Expand Up @@ -144,7 +144,7 @@ func Test_config(t *testing.T) {
t.Logf("%s", err)
}
assert.NoError(t, err)
_, err = client.Config.RemoveProfile(&config.RemoveProfileParams{ProfileName: &[]string{"test"}[0]})
_, err = client.Config.RemoveProfile(&config.RemoveProfileParams{ProfileName: &[]string{"docker"}[0]})
if err != nil {
t.Logf("%s", err)
}
Expand Down

0 comments on commit 396df33

Please sign in to comment.