Skip to content

Commit

Permalink
re-enable assert
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Sep 10, 2020
1 parent e350998 commit cc371fd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ class PFBImportSpec extends FreeSpec with Matchers with Eventually with ScalaFut
}

// inspect data entities and confirm correct import as owner
// eventually {
// val resp = Orchestration.getRequest( s"${importURL(projectName, workspaceName)}/entities")
// blockForStringBody(resp).parseJson shouldBe expectedEntities
// }
eventually {
val resp = Orchestration.getRequest( s"${importURL(projectName, workspaceName)}/entities")
blockForStringBody(resp).parseJson shouldBe expectedEntities
}

}
}
Expand Down

0 comments on commit cc371fd

Please sign in to comment.