Skip to content

Commit a156912

Browse files
committed
Fixed unit and functional tests
1 parent 45a880b commit a156912

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/coldfront_plugin_api/tests/unit/test_allocations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ def setUp(self) -> None:
1717
call_command("register_cloud_attributes")
1818
sys.stdout = backup
1919

20-
self.resource = self.new_resource(name="Devstack", auth_url="http://localhost")
20+
self.resource = self.new_openstack_resource(
21+
name="Devstack", auth_url="http://localhost"
22+
)
2123

2224
@staticmethod
2325
def new_allocation_attribute(allocation, attribute, value):

0 commit comments

Comments
 (0)