We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43bcb2 commit f6f1bbbCopy full SHA for f6f1bbb
tests/templates/kuttl/logging/test_log_aggregation.py
@@ -5,7 +5,7 @@
5
6
def send_opa_decision_request():
7
response = requests.post(
8
- 'http://test-opa:8081/v1/data/test/world'
+ 'http://test-opa-server:8081/v1/data/test/world'
9
)
10
11
assert response.status_code == 200, \
tests/templates/kuttl/smoke/30-assert.yaml
@@ -4,4 +4,4 @@ kind: TestAssert
4
metadata:
name: test-regorule
commands:
- - script: kubectl exec -n $NAMESPACE test-opa-0 -- python /tmp/30_test-regorule.py -u 'http://test-opa:8081/v1/data/test'
+ - script: kubectl exec -n $NAMESPACE test-opa-0 -- python /tmp/30_test-regorule.py -u 'http://test-opa-server:8081/v1/data/test'
0 commit comments