fix a typo

Change-Id: I1581f783a5fab546019e60b35c1df43a1403cd66
This commit is contained in:
wangqi 2018-04-02 08:16:25 +00:00
parent 0f6a9032a2
commit 1cc0e5dec5
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.