Skip to content

Commit 62ffaeb

Browse files
committed
Test with file in the repo
1 parent 81ee306 commit 62ffaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/apiflows/parser/OpenAPIWorkflowParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void parseFromFile() {
3030

3131
@Test
3232
void parseFromUrl() {
33-
final String WORKFLOWS_SPEC_FILE = "https://github.com/raw/OAI/sig-workflows/main/examples/1.0.0/pet-coupons.workflow.yaml";
33+
final String WORKFLOWS_SPEC_FILE = "https://github.com/raw/API-Flows/openapi-workflow-parser/main/src/test/resources/1.0.0/pet-coupons.workflow.yaml";
3434

3535
OpenAPIWorkflowParserResult result = parser.parse(WORKFLOWS_SPEC_FILE);
3636
assertNotNull(result.getOpenAPIWorkflow());

0 commit comments

Comments
 (0)