Skip to content

Commit

Permalink
Merge pull request #198 from conveyal/snapshot-update
Browse files Browse the repository at this point in the history
Update to latest java-snapshot-matcher
  • Loading branch information
landonreed authored May 2, 2019
2 parents d3e8267 + 11df612 commit 5c42853
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 5c42853

Please sign in to comment.