change test server to fs-test-3

This commit is contained in:
Quentin Monnier 2023-02-09 10:35:44 +01:00 committed by Sylvain Berfini
parent 36e1a4a590
commit 2fc397b27f

View file

@ -16,7 +16,7 @@ class UITestsCoreManager {
var appAccountAuthInfo: AuthInfo
var ghostAccounts: UITestsGhostAccounts
val dnsServer = arrayOf("51.255.123.121") // fs-test-3 = 5.135.31.162 and fs-test-4 = 51.255.123.121
val dnsServer = arrayOf("5.135.31.162") // fs-test-3 = 5.135.31.162 and fs-test-4 = 51.255.123.121
companion object {
private var mInstance: UITestsCoreManager? = null