Skip to content

Commit 21d7a1a

Browse files
committed
test(http/tags): delete unused val
1 parent 697a782 commit 21d7a1a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/test/scala/net/yoshinorin/qualtet/http/routes/v1/TagRouteSpec.scala

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ class TagRouteSpec extends AnyWordSpec with BeforeAndAfterAll {
4343
val t: Seq[TagResponseModel] = tagService.getAll.unsafeRunSync().filter(t => t.name.value.startsWith("tagRouteTag"))
4444

4545
"return tags" in {
46-
val expectJson =
47-
s"""
48-
|{
49-
| "id" : "${t(0).id.value}",
50-
| "name" : "${t(0).name.value}",
51-
| "path" : "${t(0).path.value}",
52-
| "count" : 1
53-
|},
54-
|{
55-
| "id" : "${t(1).id.value}",
56-
| "name" : "${t(1).name.value}",
57-
| "path" : "${t(1).path.value}",
58-
| "count" : 1
59-
|}
60-
""".stripMargin.replaceNewlineAndSpace
6146

6247
client
6348
.run(Request(method = Method.GET, uri = uri"/v1/tags/"))

0 commit comments

Comments
 (0)