Skip to content

Commit f6f1bbb

Browse files
committed
fix tests
1 parent a43bcb2 commit f6f1bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/templates/kuttl/logging/test_log_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def send_opa_decision_request():
77
response = requests.post(
8-
'http://test-opa:8081/v1/data/test/world'
8+
'http://test-opa-server:8081/v1/data/test/world'
99
)
1010

1111
assert response.status_code == 200, \

tests/templates/kuttl/smoke/30-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: TestAssert
44
metadata:
55
name: test-regorule
66
commands:
7-
- script: kubectl exec -n $NAMESPACE test-opa-0 -- python /tmp/30_test-regorule.py -u 'http://test-opa:8081/v1/data/test'
7+
- 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

Comments
 (0)