Feature: 3 IP addresses per Windscribe server

This commit is contained in:
Quentin McGaw
2021-05-10 14:34:42 +00:00
parent 2d95edf8ab
commit 52ff03ae41
7 changed files with 349 additions and 329 deletions

View File

@@ -102,7 +102,7 @@ func Test_versions(t *testing.T) {
"Windscribe": {
model: models.WindscribeServer{},
version: allServers.Windscribe.Version,
digest: "6e3ca639",
digest: "0bd93da1",
},
}
for name, testCase := range testCases {
@@ -208,7 +208,7 @@ func Test_timestamps(t *testing.T) {
"Windscribe": {
servers: allServers.Windscribe.Servers,
timestamp: allServers.Windscribe.Timestamp,
digest: "53629562",
digest: "d9290941",
},
}
for name, testCase := range testCases {