|
@@ -186,4 +186,4 @@ class OCStorageClassTest(unittest.TestCase):
|
|
|
mock.call(['oc', 'get', 'storageclass', 'testsc', '-o', 'json'], None),
|
|
|
mock.call(['oc', 'create', '-f', mock.ANY], None),
|
|
|
mock.call(['oc', 'get', 'storageclass', 'testsc', '-o', 'json'], None),
|
|
|
- ])
|
|
|
+ ])
|