Skip to content

Commit 3fc5fa9

Browse files
committed
Updated tests #994
1 parent e62a356 commit 3fc5fa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/integration-test/groovy/au/org/ala/ecodata/OrganisationControllerSpec.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ class OrganisationControllerSpec extends IntegrationTestHelper {
7575
savedOrganisation.organisationId == organisationId
7676
savedOrganisation.name == org.name
7777
savedOrganisation.description == org.description
78-
// savedOrganisation.dynamicProperty == org.dynamicProperty (dynamic properties not working in tests)
79-
savedOrganisation.collectoryInstitutionId == institutionId
8078

8179
and: "the user who created the organisation is an admin of the new organisation"
8280
def orgPermissions = UserPermission.findAllByEntityIdAndEntityType(savedOrganisation.organisationId, Organisation.class.name)

0 commit comments

Comments
 (0)