mattermost/mattermost-plugin-channel-export

Lack of unit tests for the admin restriction setting in Channel Export

wiggin77 opened this issue · 0 comments

The admin restriction config option was added recently: Adds support for restricting channel export to administrator by recontech404 · Pull Request #44 · mattermost/mattermost-plugin-channel-export but no tests were added to verify that it’s working as intended. This actually resulted in the new config not working at all.

This ticket is about adding new tests to cover the new config option.

See https://mattermost.atlassian.net/browse/MM-60281