Skip to content

Commit f568963

Browse files
committed
fix missing tests
1 parent f51394f commit f568963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/profiling/run-profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def fetch_flamegraph(service_url, refresh_path):
5656

5757
def test_profiling(role, port):
5858
service_url = (
59-
f"http://test-hdfs-{role}-default-0.test-hdfs-{role}-default" f":{port}"
59+
f"http://test-hdfs-{role}-default-0.test-hdfs-{role}-default-headless" f":{port}"
6060
)
6161

6262
print(f"Test profiling on {service_url}")

0 commit comments

Comments
 (0)