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

Fix requests.get mock #1477

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Fix requests.get mock #1477

merged 1 commit into from
Jan 20, 2022

Conversation

qx-teo
Copy link
Contributor

@qx-teo qx-teo commented Jan 20, 2022

Description

#1470 mocked out requests.get call, but #1471 uses another requests.get call that did not get mocked properly. We check which call this is and provide the appropriate mocked response.

Changelog

Itemize code/test/documentation changes and files added/removed.

  • test-datafetcher

Fixes

Should fix datafetcher test failures like in #1476.

#1470 mocked out requests.get call, but #1471 uses another requests.get call that did not get mocked properly. We check which call this is and provide the apporpriate mocked response.
@qx-teo qx-teo mentioned this pull request Jan 20, 2022
@qx-teo
Copy link
Contributor Author

qx-teo commented Jan 20, 2022

This should be what's causing the test failures

@krivard krivard merged commit 6ef4968 into main Jan 20, 2022
@krivard krivard deleted the fix_datafetcher_mock branch January 20, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants