Skip to content

Commit

Permalink
Merge d242a4e into 8c4830a
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jepsen committed Jan 27, 2023
2 parents 8c4830a + d242a4e commit 1e00eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>zally-core</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down Expand Up @@ -245,7 +245,7 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>zally-ruleset-zalando</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/com/ethlo/zally/ZallyMojoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@

public class ZallyMojoTest
{
private final String url = "modified_petstore/petstore.yaml";
private final String url = "/modified_petstore/petstore.yaml";

@Test
public void smokeTest() throws IllegalAccessException, IOException
{
final String url = "modified_petstore/petstore.yaml";
final String url = "/modified_petstore/petstore.yaml";
final ZallyMojo mojo = new ZallyMojo();
FieldUtils.writeField(mojo, "failOn", Arrays.asList(Severity.MUST, Severity.SHOULD), true);
FieldUtils.writeField(mojo, "source", url, true);
Expand Down

0 comments on commit 1e00eca

Please sign in to comment.