Skip to content

Commit

Permalink
Remove unwanted test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Nov 7, 2023
1 parent eb09424 commit 2d76e05
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,6 @@ class ResourcesSpec extends BaseIntegrationSpec {
}
}

"create a cross-project-resolver for proj2 with _" in {
deltaClient.put[Json](
s"/resolvers/$project2/_/",
resolverPayload.deepMerge(Json.obj("@id" -> Json.fromString("_"))),
Rick
) { (_, response) =>
response.status shouldEqual StatusCodes.Created
}
}

"update a cross-project-resolver for proj2" in {
val updated = resolverPayload deepMerge Json.obj("priority" -> Json.fromInt(20))
eventually {
Expand Down

0 comments on commit 2d76e05

Please sign in to comment.