Skip to content

Commit

Permalink
Fix ut qos (hpe-storage#716)
Browse files Browse the repository at this point in the history
* Fix pep8 issues in last build

* Fix test_qos_vol UT
  • Loading branch information
wdurairaj authored Aug 7, 2019
1 parent aa50bf7 commit 991b17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getvolume_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def check_response(self, resp):
u'3par_vol_name': data.VOLUME_3PAR_NAME,
u'backend': 'DEFAULT',
u'compression': None,
u'flash_cache': None,
u'flash_cache': 'false',
u'fsMode': None,
u'fsOwner': None,
u'provisioning': u'thin',
Expand Down

0 comments on commit 991b17b

Please sign in to comment.