Merge "Use DOMAIN_NAME instead in test_k8s_externaldns_coredns"
diff --git a/tcp_tests/tests/system/test_k8s_actions.py b/tcp_tests/tests/system/test_k8s_actions.py
index be234d1..612367c 100644
--- a/tcp_tests/tests/system/test_k8s_actions.py
+++ b/tcp_tests/tests/system/test_k8s_actions.py
@@ -61,7 +61,7 @@
svc = deployment.expose()
show_step(4)
- hostname = "test.{0}.local.".format(settings.LAB_CONFIG_NAME)
+ hostname = "test.{0}.".format(settings.DOMAIN_NAME)
svc.patch({
"metadata": {
"annotations": {