Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie committed Mar 11, 2024
1 parent 9fefb30 commit b0fca28
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions common/elasticsearch/client/os2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,6 @@ func TestNewClient(t *testing.T) {
},
expectedErr: true, //will fail to ping os sever
},
{
name: "with aws signing config",
config: &config.ElasticSearchConfig{
URL: *url,
DisableSniff: false,
AWSSigning: config.AWSSigning{
Enable: true,
EnvironmentCredential: &config.AWSEnvironmentCredential{
Region: "us-west-2",
},
},
},
expectedErr: true, //will fail to ping os sever
},
}

for _, tt := range tests {
Expand Down

0 comments on commit b0fca28

Please sign in to comment.