Skip to content

Commit ae0f7c5

Browse files
committed
update service name in test
1 parent 749edb4 commit ae0f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/templates/kuttl/logging/test_log_aggregation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DECISION_LOGS=$(kubectl logs service/test-opa -c opa | grep "decision_id");
3+
DECISION_LOGS=$(kubectl logs service/test-opa-server -c opa | grep "decision_id");
44

55
if [ -n "$DECISION_LOGS" ];
66
then

0 commit comments

Comments
 (0)