Skip to content

Commit

Permalink
added versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jan 4, 2025
1 parent 9522170 commit 4e9e92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
entry:
- version: 1.3.17
admin_password: admin
- version: 1.3.17
- version: 2.9.0
admin_password: admin
tests: plugins/ml

Expand Down
2 changes: 1 addition & 1 deletion tools/src/OpenSearchHttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { sleep } from './helpers'
import { Logger } from './Logger'
import { aws4Interceptor } from 'aws4-axios'

const DEFAULT_URL = 'http://localhost:9200'
const DEFAULT_URL = 'https://localhost:9200'
const DEFAULT_USER = 'admin'
const DEFAULT_INSECURE = false

Expand Down

0 comments on commit 4e9e92e

Please sign in to comment.