Skip to content

Commit

Permalink
Replacing http
Browse files Browse the repository at this point in the history
Signed-off-by: alen_abeshov <[email protected]>
  • Loading branch information
aabeshov committed Aug 12, 2024
1 parent 1b29f4b commit 4ac8c0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
--opensearch-insecure \
--opensearch-version=${{ matrix.entry.version }} \
--coverage coverage/test-spec-coverage-${{ matrix.entry.version }}-${{ matrix.entry.tests || 'default' }}.json \
--verbose \
--tests=tests/${{ matrix.entry.tests || 'default' }}
- name: Get Container Logs
Expand Down
3 changes: 1 addition & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
https://localhost:9200*
http://localhost:*
https://localhost:*
8 changes: 4 additions & 4 deletions tests/default/query/datasources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chapters:
connector: PROMETHEUS
allowedRoles: []
properties:
prometheus.uri: 'http://localhost:9090'
prometheus.uri: 'https://localhost:9090'
resultIndex: query_execution_result_test_datasource
status: ACTIVE
response:
Expand All @@ -45,7 +45,7 @@ chapters:
connector: PROMETHEUS
allowedRoles: []
properties:
prometheus.uri: 'http://localhost:9090'
prometheus.uri: 'https://localhost:9090'
resultIndex: query_execution_result_test_datasource
status: ACTIVE
- synopsis: Update an existing query datasource.
Expand All @@ -58,7 +58,7 @@ chapters:
connector: PROMETHEUS
allowedRoles: []
properties:
prometheus.uri: 'http://localhost:9091'
prometheus.uri: 'https://localhost:9091'
resultIndex: query_execution_result_test_datasource
status: ACTIVE
response:
Expand All @@ -77,7 +77,7 @@ chapters:
connector: PROMETHEUS
allowedRoles: []
properties:
prometheus.uri: 'http://localhost:9091'
prometheus.uri: 'https://localhost:9091'
resultIndex: query_execution_result_test_datasource
status: ACTIVE
- synopsis: Delete the query datasource by name.
Expand Down

0 comments on commit 4ac8c0d

Please sign in to comment.