Skip to content

Commit 3b94fbd

Browse files
committed
fix test part 1
1 parent 16432ac commit 3b94fbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/templates/kuttl/custom-log-directory/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ spec:
1616
"bash",
1717
"-x",
1818
"-c",
19-
"test 1 == $(curl http://spark-history-node-default:18080/api/v1/applications | jq length)",
19+
"test 1 == $(curl http://spark-history-node:18080/api/v1/applications | jq length)",
2020
]

tests/templates/kuttl/overrides/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
"bash",
1717
"-x",
1818
"-c",
19-
"test 1 == $(curl http://spark-history-node-default:18080/api/v1/applications | jq length)",
19+
"test 1 == $(curl http://spark-history-node:18080/api/v1/applications | jq length)",
2020
]
2121
resources:
2222
limits:

tests/templates/kuttl/smoke/60-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
"bash",
1717
"-x",
1818
"-c",
19-
"test 1 == $(curl http://spark-history-node-default:18080/api/v1/applications | jq length)",
19+
"test 1 == $(curl http://spark-history-node:18080/api/v1/applications | jq length)",
2020
]
2121
resources:
2222
limits:

tests/templates/kuttl/spark-history-server/20-test-logs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ spec:
1616
"bash",
1717
"-x",
1818
"-c",
19-
"test 2 == $(curl http://spark-history-node-default:18080/api/v1/applications | jq length)",
19+
"test 2 == $(curl http://spark-history-node:18080/api/v1/applications | jq length)",
2020
]

0 commit comments

Comments
 (0)