summaryrefslogtreecommitdiff
path: root/tests/sourcecache/push.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sourcecache/push.py')
-rw-r--r--tests/sourcecache/push.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sourcecache/push.py b/tests/sourcecache/push.py
index abab1616c..065047b1b 100644
--- a/tests/sourcecache/push.py
+++ b/tests/sourcecache/push.py
@@ -179,8 +179,8 @@ def test_push_fail(cli, tmpdir, datafiles):
# build and check that it fails to set up the remote
res = cli.run(project=project_dir, args=['build', 'push.bst'])
res.assert_success()
- assert ("Failed to initialize remote {}: Connect Failed"
- .format(remote)) in res.stderr
+
+ assert "Failed to initialize remote {}".format(remote) in res.stderr
assert "Pushing" not in res.stderr
assert "Pushed" not in res.stderr