Remove unused variable

CURA-7959
This commit is contained in:
Jaime van Kessel 2021-05-05 09:54:45 +02:00
parent 49cd43e5d5
commit 0b1bbd8528
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -13,11 +13,6 @@ project_2 = DigitalFactoryProjectResponse(library_project_id = "omg2",
username = "nope", username = "nope",
organization_shared = False) organization_shared = False)
project_3 = DigitalFactoryProjectResponse(library_project_id = "_omg3",
display_name = "zomg3",
username = "nope",
organization_shared = False)
def test_setProjects(): def test_setProjects():
model = DigitalFactoryProjectModel() model = DigitalFactoryProjectModel()