aboutsummaryrefslogtreecommitdiff
path: root/tests/component/rpm/test_import_srpm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/rpm/test_import_srpm.py')
-rw-r--r--tests/component/rpm/test_import_srpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/rpm/test_import_srpm.py b/tests/component/rpm/test_import_srpm.py
index 31a18a5..562dd9f 100644
--- a/tests/component/rpm/test_import_srpm.py
+++ b/tests/component/rpm/test_import_srpm.py
@@ -274,7 +274,7 @@ class TestDownloadImport(ComponentTestBase):
self._check_repo_state(repo, 'master', ['master', 'upstream'])
def test_nonexistent_url(self):
- """Test graceful failure when trying download from nonexistent url"""
+ """Test graceful failure when trying download from non-existent url"""
srpm = 'http://honk.sigxcpu.org/does/not/exist'
# Do not connect to remote, mock failure
import_srpm.urlopen = Mock()