Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ def test_data_source_permission(test_config):
_validation_helper(CatalogDeclarativeDataSourcePermission, "name")


def test_organization_permission_validation(test_config):
_validation_helper(CatalogDeclarativeOrganizationPermission, "name")


@gd_vcr.use_cassette(str(_fixtures_dir / "get_declarative_permissions.yaml"))
def test_get_declarative_permissions(test_config):
sdk = GoodDataSdk.create(host_=test_config["host"], token_=test_config["token"])
Expand Down
Loading