Skip to content

Commit

Permalink
fixed MissingPropertyException
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrell authored and gesellix committed Oct 12, 2023
1 parent 3b8a6e5 commit baf4807
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ class DockerImageIntegrationSpec extends Specification {
.findAll { it.name.contains("gesellix") }
.find {
it.description == "A Testimage used for Docker Client integration tests." &&
it.automated == false &&
it.official == false &&
it.isAutomated() == false &&
it.isOfficial() == false &&
// it.is_trusted == true &&
it.name == CONSTANTS.imageRepo &&
it.starCount == 0
Expand Down

0 comments on commit baf4807

Please sign in to comment.