Feature: FastestVPN support (#383)
This commit is contained in:
@@ -39,6 +39,11 @@ func Test_versions(t *testing.T) {
|
||||
version: allServers.Cyberghost.Version,
|
||||
digest: "fd6242bb",
|
||||
},
|
||||
"Fastestvpn": {
|
||||
model: models.FastestvpnServer{},
|
||||
version: allServers.Fastestvpn.Version,
|
||||
digest: "8825919b",
|
||||
},
|
||||
"HideMyAss": {
|
||||
model: models.HideMyAssServer{},
|
||||
version: allServers.HideMyAss.Version,
|
||||
@@ -135,6 +140,11 @@ func Test_timestamps(t *testing.T) {
|
||||
timestamp: allServers.Cyberghost.Timestamp,
|
||||
digest: "5d3a8cbf",
|
||||
},
|
||||
"Fastestvpn": {
|
||||
servers: allServers.Fastestvpn.Version,
|
||||
timestamp: allServers.Fastestvpn.Timestamp,
|
||||
digest: "da65734a",
|
||||
},
|
||||
"HideMyAss": {
|
||||
servers: allServers.HideMyAss.Servers,
|
||||
timestamp: allServers.HideMyAss.Timestamp,
|
||||
|
||||
Reference in New Issue
Block a user