Skip to content

Commit

Permalink
updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed May 28, 2020
1 parent e74283d commit 0766177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_docker_built.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_docker_build(self):
)
out, err = p.communicate()
self.rootLogger.debug(f"error = {str(err)}")
self.assertTrue("ConfigurationException" in str(err))
self.assertTrue("ValueError" in str(err))


if __name__ == "__main__":
Expand Down

0 comments on commit 0766177

Please sign in to comment.