diff --git a/st2common/tests/integration/BUILD b/st2common/tests/integration/BUILD index 578924aa22..d0a4d686ce 100644 --- a/st2common/tests/integration/BUILD +++ b/st2common/tests/integration/BUILD @@ -40,4 +40,11 @@ python_tests( python_test_utils( sources=["*.py", "!test_*.py"], + overrides={ + "log_unicode_data.py": dict( + dependencies=[ + "st2tests/st2tests/fixtures/conf:st2.tests.conf", + ], + ), + }, )