diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 10:46:45 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephenfin@redhat.com> | 2022-09-30 11:41:48 +0000 |
| commit | e2940eea18e2ad5e40fbee63af7502aa1055938d (patch) | |
| tree | 57495df6efe963130dca6646aabd3b3d31fb7b5a /openstackclient/tests/unit/volume/v3/fakes.py | |
| parent | 1ff839da76545f1c3e1a7df48eb8fb91ebf45abb (diff) | |
| download | python-openstackclient-e2940eea18e2ad5e40fbee63af7502aa1055938d.tar.gz | |
tests: Move fake clients to top of file
These are important and they're easier to identify at the top of the
file than nested deep inside.
Change-Id: I1569c855fadfe4cdacf83ee07d08922bf3edefbc
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/tests/unit/volume/v3/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/volume/v3/fakes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/volume/v3/fakes.py b/openstackclient/tests/unit/volume/v3/fakes.py index e27d7fca..caf7d269 100644 --- a/openstackclient/tests/unit/volume/v3/fakes.py +++ b/openstackclient/tests/unit/volume/v3/fakes.py @@ -23,7 +23,7 @@ from openstackclient.tests.unit import utils from openstackclient.tests.unit.volume.v2 import fakes as volume_v2_fakes -class FakeVolumeClient(object): +class FakeVolumeClient: def __init__(self, **kwargs): self.auth_token = kwargs['token'] |
