Skip to content

Commit

Permalink
refactor(test): update to latest java-snapshot-matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Apr 29, 2019
1 parent d3e8267 commit 11df612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>com.github.conveyal</groupId>
<artifactId>java-snapshot-matcher</artifactId>
<version>e6a78d3af9d67f6f6240261fcba497d3b50f9399</version>
<version>3495b32f7b4d3f82590e0a2284029214070b6984</version>
<scope>test</scope>
</dependency>
<!-- wiremock is used to mock http requests -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"result" : "ERR",
"message" : "An Auth0 error occurred: The user already exists.",
"code" : 409,
"detail" : null
"message" : "An Auth0 error occurred: The user already exists.",
"result" : "ERR"
}

0 comments on commit 11df612

Please sign in to comment.