Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 10, 2023
1 parent 5ee54d0 commit ba06b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ExprApiSuite extends MUnitRouteSuite {
testGet("/api/v1/expr/complete?q=name,sps,:eq,(,nf.cluster,)") {
assertEquals(response.status, StatusCodes.OK)
val data = Json.decode[List[ExprApiSuite.Candidate]](responseAs[String]).map(_.name)
assertEquals(data, List("by", "by", "cg", "offset", "palette"))
assertEquals(data, List("by", "by", "pi", "cg", "offset", "palette"))
}

// TODO: Right now these fail. As a future improvement suggestions should be possible within
Expand Down

0 comments on commit ba06b9d

Please sign in to comment.