Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Jan 15, 2025
1 parent 9bb544f commit d1b8545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fides/api/models/connectionconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ def system_type(self) -> "SystemType":
ConnectionType.datahub.value: SystemType.data_catalog,
ConnectionType.dynamic_erasure_email.value: SystemType.email,
ConnectionType.dynamodb.value: SystemType.database,
ConnectionType.fides.value: SystemType.manual
ConnectionType.fides.value: SystemType.manual,
ConnectionType.generic_consent_email.value: SystemType.email,
ConnectionType.generic_erasure_email.value: SystemType.email,
ConnectionType.google_cloud_sql_mysql.value: SystemType.database,
ConnectionType.google_cloud_sql_postgres.value: SystemType.database,
ConnectionType.https.value: SystemType.manual
ConnectionType.https.value: SystemType.manual,
ConnectionType.manual_webhook.value: SystemType.manual,
ConnectionType.manual.value: SystemType.manual,
ConnectionType.mariadb.value: SystemType.database,
Expand Down

0 comments on commit d1b8545

Please sign in to comment.