Skip to content

Commit 7a02ef2

Browse files
authored
test(vm): replace external host in connectivity test (#1671)
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent 979b313 commit 7a02ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/legacy/vm_connectivity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737

3838
const (
3939
CurlPod = "curl-helper"
40-
externalHost = "https://flant.com"
40+
externalHost = "https://flant.ru"
4141
nginxActiveStatus = "active"
4242
)
4343

0 commit comments

Comments
 (0)