Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 26, 2021
1 parent eadb459 commit 7d05d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json-unit-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ internal class KotlinWebTestClientTest {
fun errorOnEmptyResponse() {
assertThatThrownBy {
exec("/empty").expectBody().jsonContent { isObject() }
}.hasMessageStartingWith("Node \"\" has invalid type, expected: <object> but was: <\"\">.\n")
}.hasMessageStartingWith("Node \"\" has invalid type, expected: <object> but was: <\"\">.")
}


Expand Down

0 comments on commit 7d05d7c

Please sign in to comment.