diff options
| author | Simo Sorce <simo@redhat.com> | 2015-04-07 17:15:00 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2015-04-07 17:15:24 -0400 |
| commit | 222189b0a4883740d151c7432e04c6b36deaffcd (patch) | |
| tree | bf421e34d40a1a64f2a17b5c93c8a9ae78905a6a | |
| parent | 74c7ff48e5917f0fda458f25fcbc39df8ed791d5 (diff) | |
Remove ununsed case with wrong name
| -rw-r--r-- | custodia/secrets.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/custodia/secrets.py b/custodia/secrets.py index ec6ffea..a8eac35 100644 --- a/custodia/secrets.py +++ b/custodia/secrets.py @@ -233,14 +233,6 @@ class SecretsTests(unittest.TestCase): self.assertEqual(err.exception.code, 404) def test_6_LISTkeys_errors_404_1(self): - req = {'remote_user': 'case', - 'trail': ['test', '']} - rep = {} - with self.assertRaises(HTTPError) as err: - self.secrets.GET(req, rep) - self.assertEqual(err.exception.code, 404) - - def test_6_LISTkeys_errors_404_1(self): req = {'remote_user': 'test', 'trail': ['test', 'case', '']} rep = {} |
