Skip to content

Commit

Permalink
fix:test case
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav14nov committed Oct 3, 2024
1 parent 087d487 commit e95e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/providers/shield/client_new_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (s *ShieldNewClientTestSuite) setup() {
s.host = "http://localhost"
s.auth = "shield_admin"
s.authHeader = "X-Auth-Email"
client, err := shield.NewClient(&shield.ClientConfig{
client, err := shield.NewShieldNewClient(&shield.ClientConfig{
AuthHeader: s.authHeader,
AuthEmail: s.auth,
Host: s.host,
Expand Down

0 comments on commit e95e6b5

Please sign in to comment.