summaryrefslogtreecommitdiff
path: root/contrib/redux.countries.json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 13:31:24 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 13:31:32 +0100
commitda9920cff32d03cbc597518107f186f9e99bea82 (patch)
treecc2865c4d18874b99e59e67c97579d4fdd212b6b /contrib/redux.countries.json
parente90fd9fb38e7357c918d21894816cfb740abeec2 (diff)
downloadanastasis-da9920cff32d03cbc597518107f186f9e99bea82.tar.gz
anastasis-da9920cff32d03cbc597518107f186f9e99bea82.tar.bz2
anastasis-da9920cff32d03cbc597518107f186f9e99bea82.zip
fix tests: ensure localhost providers are available while running tests
Diffstat (limited to 'contrib/redux.countries.json')
-rw-r--r--contrib/redux.countries.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json
index 03eaeb5..113cb01 100644
--- a/contrib/redux.countries.json
+++ b/contrib/redux.countries.json
@@ -85,6 +85,12 @@
"name" : "United States of America (USA)",
"continent" : "North America",
"call_code" : "+1"
+ },
+ {
+ "code" : "xx",
+ "name" : "Testland",
+ "continent" : "Demoworld",
+ "call_code" : "+0"
}
]
}