Skip to content

Commit

Permalink
Updated tests #994
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 17, 2024
1 parent e62a356 commit 3fc5fa9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ class OrganisationControllerSpec extends IntegrationTestHelper {
savedOrganisation.organisationId == organisationId
savedOrganisation.name == org.name
savedOrganisation.description == org.description
// savedOrganisation.dynamicProperty == org.dynamicProperty (dynamic properties not working in tests)
savedOrganisation.collectoryInstitutionId == institutionId

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

0 comments on commit 3fc5fa9

Please sign in to comment.