Skip to content

Commit

Permalink
FIX scala tests, again ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Jul 12, 2023
1 parent 191ff97 commit bc63255
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions daikoku/test/daikoku/NotificationControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ class NotificationControllerSpec()
UsagePlanId("3"),
teamConsumerId,
motivation = Some("motivation"),
demand = SubscriptionDemandId("1"),
step = SubscriptionDemandStepId(IdGenerator.token),
demand = demand.id,
step = demand.steps.head.id,
))
)
)
Expand All @@ -494,6 +494,7 @@ class NotificationControllerSpec()
method = "PUT",
body = Some(Json.obj())
)(tenant, session)
logger.warn(Json.stringify(resp.json))
resp.status mustBe 200
(resp.json \ "done").as[Boolean] mustBe true

Expand Down

0 comments on commit bc63255

Please sign in to comment.