You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
NOTE - this ticket has been re-created as ethyca/fides#1196 in fides repo, because it will be implemented in unified fides.
Is your feature request related to a specific problem?
SaaS connectors are in constant development and having tests that rely on a hard-coded list of connectors or connector counts causes issues during new development. We have to maintain awareness of which tests to update when a new connector is added but ideally this shouldn't be the case.
Describe the solution you'd like
Remove the SaaSType enum
Update any tests that assert a specific SaaS connector count to rely on the count of SaaS connectors from the SaaS connector registry
Update any tests that rely on specific connectors to be present to be independent of which connectors are available
For example: test_search_connection_types and test_get_connection_types in tests/ops/api/v1/endpoints/test_connection_template_endpoints.py
The text was updated successfully, but these errors were encountered:
NOTE - this ticket has been re-created as ethyca/fides#1196 in
fides
repo, because it will be implemented in unified fides.Is your feature request related to a specific problem?
SaaS connectors are in constant development and having tests that rely on a hard-coded list of connectors or connector counts causes issues during new development. We have to maintain awareness of which tests to update when a new connector is added but ideally this shouldn't be the case.
Describe the solution you'd like
test_search_connection_types
andtest_get_connection_types
intests/ops/api/v1/endpoints/test_connection_template_endpoints.py
The text was updated successfully, but these errors were encountered: