Skip to content

Commit 696cd1d

Browse files
fix test_global_settings.py integration tests
1 parent 37a8321 commit 696cd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_global_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def tearDown(self):
7979

8080
updateConfigurationCmd = updateConfiguration.updateConfigurationCmd()
8181
updateConfigurationCmd.name = "commands.timeout"
82-
updateConfigurationCmd.value = ""
82+
updateConfigurationCmd.value = " "
8383
self.apiClient.updateConfiguration(updateConfigurationCmd)
8484

8585
class TestListConfigurations(cloudstackTestCase):

0 commit comments

Comments
 (0)