Fix test_900_restart_on_config_change

Recently broken by PR 245:
72b420b56a
This commit is contained in:
Dmitrii Shcherbakov
2020-04-21 17:39:49 +03:00
parent 8d401e410c
commit 16e82b6e86
+1 -1
View File
@@ -83,7 +83,7 @@ class GlanceTest(test_utils.OpenStackBaseTest):
logging.info('changing debug config')
self.restart_on_changed_debug_oslo_config_file(
conf_file,
self.services)
services)
def test_901_pause_resume(self):
"""Run pause and resume tests.