Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaaS connector tests need updated reference to core config #1281

Closed
galvana opened this issue Oct 7, 2022 · 0 comments · Fixed by #1282
Closed

SaaS connector tests need updated reference to core config #1281

galvana opened this issue Oct 7, 2022 · 0 comments · Fixed by #1282
Assignees
Labels
bug Something isn't working

Comments

@galvana
Copy link
Contributor

galvana commented Oct 7, 2022

Bug Description

The way to call the core config changed after moving from fidesops to fides. Some tests got the change but the SaaS connector task tests still need the fix. The way to call the core config needs to be changed to:

from fides.ctl.core.config import get_config

CONFIG = get_config()
...
CONFIG.execution.masking_strict = False

Steps to Reproduce

  1. Run any of the SaaS connector task tests that make a reference to config
@galvana galvana added the bug Something isn't working label Oct 7, 2022
@galvana galvana linked a pull request Oct 8, 2022 that will close this issue
8 tasks
@galvana galvana self-assigned this Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant