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 e62a356 commit 3fc5fa9Copy full SHA for 3fc5fa9
src/integration-test/groovy/au/org/ala/ecodata/OrganisationControllerSpec.groovy
@@ -75,8 +75,6 @@ class OrganisationControllerSpec extends IntegrationTestHelper {
75
savedOrganisation.organisationId == organisationId
76
savedOrganisation.name == org.name
77
savedOrganisation.description == org.description
78
- // savedOrganisation.dynamicProperty == org.dynamicProperty (dynamic properties not working in tests)
79
- savedOrganisation.collectoryInstitutionId == institutionId
80
81
and: "the user who created the organisation is an admin of the new organisation"
82
def orgPermissions = UserPermission.findAllByEntityIdAndEntityType(savedOrganisation.organisationId, Organisation.class.name)
0 commit comments