Merge "Add unique ID for ProjectReaderTests.test_get_capabilities()"
Zuul authored 3 years ago
Gerrit Code Review committed 3 years ago
| 80 | 80 |
class ProjectReaderTests(ProjectMemberTests, base.BaseVolumeTest):
|
| 81 | 81 |
|
| 82 | 82 |
credentials = ['project_reader', 'project_admin', 'system_admin']
|
|
83 |
|
|
84 |
@decorators.idempotent_id('d16034fc-4204-4ea8-94b3-714de59fdfbf')
|
|
85 |
def test_get_capabilities(self):
|
|
86 |
super().test_get_capabilities()
|