Skip to content

Commit

Permalink
Update SOAPToRESTConverterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rosensilva authored Oct 31, 2024
1 parent 8326ae9 commit 3b6810a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void testURLGetSOAPtoRESTConversionData() throws MalformedURLException, SOAPToRE
void testIssue28() throws MalformedURLException, SOAPToRESTException {

URL url = new URL(
"https://raw.githubusercontent.com/indika-dev/soap-to-rest/main/src/test/resources/issue-28/failing.wsdl");
"https://raw.githubusercontent.com/wso2/soap-to-rest/main/src/test/resources/issue-28/failing.wsdl");
SOAPtoRESTConversionData soaPtoRESTConversionData =
SOAPToRESTConverter.getSOAPtoRESTConversionData(url, "Test API", "1.0.0");
assertTrue(StringUtils.isNotBlank(soaPtoRESTConversionData.getOASString()));
Expand Down

0 comments on commit 3b6810a

Please sign in to comment.