Skip to content

Commit

Permalink
Merge pull request #72 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Nov 22, 2021
2 parents 19e9551 + a46d589 commit c6408b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ def test_wait(self, server_proxy, requests):
self.assertEquals(res, True)
output = out.getvalue().strip()
self.assertIn("The infrastructure is in state: configured", output)
sys.stdout = oldstdout


if __name__ == '__main__':
Expand Down

0 comments on commit c6408b2

Please sign in to comment.