Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 02cc5c7

Browse files
committedMay 6, 2025··
fixed tests
1 parent 0cdd328 commit 02cc5c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎tests/templates/kuttl/oidc/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111

1212
session = requests.Session()
13-
url = "http://airflow-webserver-default-group:8080"
13+
url = "http://airflow-webserver-default:8080"
1414

1515
# Click on "Sign In with keycloak" in Airflow
1616
login_page = session.get(f"{url}/login/keycloak?next=")

‎tests/templates/kuttl/opa/41_check-authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"password": "NvfpU518",
2727
}
2828

29-
url = "http://airflow-webserver-default-group:8080"
29+
url = "http://airflow-webserver-default:8080"
3030

3131

3232
def create_user(user):

‎tests/templates/kuttl/orphaned-resources/50-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ metadata:
2323
apiVersion: v1
2424
kind: Service
2525
metadata:
26-
name: airflow-worker-newrolegroup
26+
name: airflow-worker-newrolegroup-metrics

‎tests/templates/kuttl/orphaned-resources/50-errors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ metadata:
2222
apiVersion: v1
2323
kind: Service
2424
metadata:
25-
name: airflow-worker-default
25+
name: airflow-worker-default-metrics

0 commit comments

Comments
 (0)
Please sign in to comment.