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
The unit test TestBadWords has a test test_validate_prod failing. This should be more of an integration test if there is a network call dependency. Generally, unit tests should not be doing network calls and if so, they should ideally be mocked in an integration test or similar.
============================================================================================== short test summary info ===============================================================================================
FAILED server/tests/lib/nl/bad_words_test.py::TestBadWords::test_validate_prod - google.api_core.exceptions.Forbidden: 403 GET https://storage.googleapis.com/storage/v1/b/datcom-website-config/o?projection=noAcl&prefix=nl_bad_words.txt&prettyPrint=false: zahir.abdi5@gmail.com does not have...
The text was updated successfully, but these errors were encountered:
I followed the developer guide to get setup to contribute to the website repo and following the following step: https://github.com/datacommonsorg/website/blob/master/docs/developer_guide.md#run-all-tests
The unit test
TestBadWords
has a testtest_validate_prod
failing. This should be more of an integration test if there is a network call dependency. Generally, unit tests should not be doing network calls and if so, they should ideally be mocked in an integration test or similar.The text was updated successfully, but these errors were encountered: