Skip to content

Commit

Permalink
Remove unused context object in vpnaas test
Browse files Browse the repository at this point in the history
Change-Id: I764970b4b66fd1b5c7a06931f864f2e07dbf1f18
  • Loading branch information
jd committed Apr 6, 2016
1 parent dba353e commit 36a5d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ceilometer/tests/unit/network/services/test_vpnaas.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# under the License.

import mock
from oslo_context import context
from oslotest import base
from oslotest import mockpatch

Expand All @@ -30,7 +29,6 @@ class _BaseTestVPNPollster(base.BaseTestCase):
def setUp(self):
super(_BaseTestVPNPollster, self).setUp()
self.addCleanup(mock.patch.stopall)
self.context = context.get_admin_context()
self.manager = manager.AgentManager()
plugin_base._get_keystone = mock.Mock()
catalog = (plugin_base._get_keystone.session.auth.get_access.
Expand Down

0 comments on commit 36a5d1b

Please sign in to comment.