diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2023-05-08 11:33:47 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2023-05-10 10:51:30 +0100 |
| commit | 329296cedd0a64e9f65b080cef749b65256db85b (patch) | |
| tree | b396ec4710102ec862d7e84c2513a86f0483d941 /openstackclient/tests/functional/object/v1/test_container.py | |
| parent | aed521d426f45b335e1c69d8b2f6d103c916f75c (diff) | |
| download | python-openstackclient-329296cedd0a64e9f65b080cef749b65256db85b.tar.gz | |
Blacken openstackclient.object
Black used with the '-l 79 -S' flags.
A future change will ignore this commit in git-blame history by adding a
'git-blame-ignore-revs' file.
Change-Id: I6658e76d7d1f93149f24fcab28d593195b37779f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/tests/functional/object/v1/test_container.py')
| -rw-r--r-- | openstackclient/tests/functional/object/v1/test_container.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/functional/object/v1/test_container.py b/openstackclient/tests/functional/object/v1/test_container.py index d66aa842..22adbf6f 100644 --- a/openstackclient/tests/functional/object/v1/test_container.py +++ b/openstackclient/tests/functional/object/v1/test_container.py @@ -18,6 +18,7 @@ from openstackclient.tests.functional.object.v1 import common class ContainerTests(common.ObjectStoreTests): """Functional tests for Object Store container commands""" + NAME = uuid.uuid4().hex @classmethod |
