Skip to content

Commit

Permalink
squash w/ 76
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 25, 2024
1 parent c8d2964 commit 3ba7988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/test_rule_engine_plugin_logical_quotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ def test_rodsadmin_does_not_need_permission_on_the_collection_to_start_monitorin
# even though they don't have permissions set on the data object.
json_string = json.dumps({'operation': 'logical_quotas_start_monitoring_collection', 'collection': test_collection})
self.admin1.assert_icommand(['irule', '-r', 'irods_rule_engine_plugin-logical_quotas-instance', json_string, 'null', 'null'])
self.admin1.assert_icommand(['imeta', 'ls', '-C', test_collection], 'STDOUT') # Debugging.

finally:
self.admin1.run_icommand(['iadmin', 'rmgroup', test_group])
Expand Down

0 comments on commit 3ba7988

Please sign in to comment.