Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Update XMLUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina authored Oct 4, 2023
1 parent d9d359a commit 000754d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/framework/utilities/feedXMLUtil/XMLUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.stream.Collectors;

public class XMLUtil {
private static final String BASE_URL = "https://gorgon.tpp-qa.lyrasistechnology.org";
private static final String BASE_URL = "https://gorgon.staging.palaceproject.io";
private static final String partOfURL = "lyrasis-reads/crawlable";
private HashMap<String, List<BookModel>> hashMapAvailableEbooks;
private HashMap<String, List<BookModel>> hashMapAvailableAudiobooks;
Expand Down Expand Up @@ -287,4 +287,4 @@ private FeedModel getFeedModel(String url) {

return response.body();
}
}
}

0 comments on commit 000754d

Please sign in to comment.