Skip to content

Commit 29ff227

Browse files
committed
Perhaps this solves the test flakiness in CI
1 parent aac3e01 commit 29ff227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/sifts/SiftsMappingProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class SiftsMappingProvider {
4141
private final static Logger logger = LoggerFactory.getLogger(SiftsMappingProvider.class);
4242

4343

44-
private static final String EBI_SIFTS_FILE_LOCATION = "http://ftp.ebi.ac.uk/pub/databases/msd/sifts/xml/%s.xml.gz";
44+
private static final String EBI_SIFTS_FILE_LOCATION = "https://ftp.ebi.ac.uk/pub/databases/msd/sifts/xml/%s.xml.gz";
4545

4646
private static String fileLoc = EBI_SIFTS_FILE_LOCATION;
4747

0 commit comments

Comments
 (0)