diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-10 15:55:40 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-10 15:55:40 +0200 |
| commit | 5116cd97cbc367783d73a8bfabc5a1ce3882fd21 (patch) | |
| tree | 95a21dc3f2deba5a31d4350907ef4a9f8c114f86 | |
| parent | 6b1a7dd97a6d5e47975a02228b4a8824aee32563 (diff) | |
| download | python-apt-5116cd97cbc367783d73a8bfabc5a1ce3882fd21.tar.gz | |
tests/test_auth.py: update test to include a 0x
| -rw-r--r-- | tests/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 4e37b3d3..ade2f1b9 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -207,7 +207,7 @@ class TestAuthKeys(unittest.TestCase): self.addCleanup(self._stop_keyserver) apt.auth.add_key_from_keyserver( - "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553", "hkp://localhost:19191") + "0xA1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553", "hkp://localhost:19191") ret = apt.auth.list_keys() self.assertEqual(len(ret), 1) |
