Update filenames within the server json test (#5469)
This commit is contained in:
committed by
GitHub
parent
d86d2dbdb9
commit
cb2ed1c549
@@ -181,7 +181,7 @@ public class ApplicationTests{
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void serverListJson(){
|
void serverListJson(){
|
||||||
String[] files = {"servers.json", "servers_be.json", "servers_v6.json"};
|
String[] files = {"servers_v6.json", "servers_v7.json", "servers_be.json"};
|
||||||
|
|
||||||
for(String file : files){
|
for(String file : files){
|
||||||
try{
|
try{
|
||||||
|
|||||||
Reference in New Issue
Block a user