Merge "fix a typo"

This commit is contained in:
Zuul 2018-05-09 12:58:28 +00:00 committed by Gerrit Code Review
commit 5a7c46f897
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import sys
from mock import patch, MagicMock
os.environ['JUJU_UNIT_NAME'] = 'swift-storge'
os.environ['JUJU_UNIT_NAME'] = 'swift-storage'
# python-apt is not installed as part of test-requirements but is imported by
# some charmhelpers modules so create a fake import.