We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a880b commit a156912Copy full SHA for a156912
src/coldfront_plugin_api/tests/unit/test_allocations.py
@@ -17,7 +17,9 @@ def setUp(self) -> None:
17
call_command("register_cloud_attributes")
18
sys.stdout = backup
19
20
- self.resource = self.new_resource(name="Devstack", auth_url="http://localhost")
+ self.resource = self.new_openstack_resource(
21
+ name="Devstack", auth_url="http://localhost"
22
+ )
23
24
@staticmethod
25
def new_allocation_attribute(allocation, attribute, value):
0 commit comments