Skip to content

Commit

Permalink
fix: the url must be http
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Oct 31, 2023
1 parent 02a6c08 commit d4f0b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/opmw_mapper/MapperTestNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MapperTestNew {
// w3id.org/opmw/wings/{exportName}/{domain}#Components
// w3id.org/opmw/wings/{exportName}/{domain}#Data
String exportPrefix = "exportTest";
String exportUrl = "http://www.opmw.org/";
String exportUrl = "https://www.opmw.org/";
// catalogRepositoryDirectory: the directory where the catalog will be stored
String catalogRepositoryDirectory = "domains";
String endpointQueryURI = "https://endpoint.mint.isi.edu/provenance/query";
Expand Down

0 comments on commit d4f0b07

Please sign in to comment.