Skip to content

Commit 7cb44d6

Browse files
committed
test(ResourceDocsTechnologyTest): expect http4s for v6.0.0 after migration
1 parent 8c69a18 commit 7cb44d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

obp-api/src/test/scala/code/api/ResourceDocs1_4_0/ResourceDocsTechnologyTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ResourceDocsTechnologyTest extends ServerSetup with PropsReset {
2121
(response.body \ "resource_docs") match {
2222
case JArray(docs) =>
2323
val technology = docs.head \ "implemented_by" \ "technology"
24-
technology should equal(JString(Constant.TECHNOLOGY_LIFTWEB))
24+
technology should equal(JString(Constant.TECHNOLOGY_HTTP4S))
2525
case _ =>
2626
fail("Expected resource_docs field to be an array")
2727
}

0 commit comments

Comments
 (0)