diff --git a/corehq/apps/app_manager/tests/test_report_config.py b/corehq/apps/app_manager/tests/test_report_config.py
index 8d6d64fac015..de555a422d43 100644
--- a/corehq/apps/app_manager/tests/test_report_config.py
+++ b/corehq/apps/app_manager/tests/test_report_config.py
@@ -504,7 +504,7 @@ def test_liveness_fixture(self):
-
diff --git a/corehq/apps/app_manager/tests/test_suite_case_tiles.py b/corehq/apps/app_manager/tests/test_suite_case_tiles.py
index 206dd390223e..376ebbde6bd6 100644
--- a/corehq/apps/app_manager/tests/test_suite_case_tiles.py
+++ b/corehq/apps/app_manager/tests/test_suite_case_tiles.py
@@ -368,7 +368,7 @@ def test_persistent_case_name_in_forms(self, *args):
-
diff --git a/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py b/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py
index 93f9629de3cd..3b5df18f3861 100644
--- a/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py
+++ b/corehq/apps/app_manager/tests/test_suite_custom_case_tiles.py
@@ -21,7 +21,8 @@ def add_columns_for_case_details(_module, field='a', format='plain', useXpathExp
grid_y=1,
width=3,
height=1,
- show_border=False)
+ show_border=False,
+ show_shading=False)
column.useXpathExpression = useXpathExpression
_module.case_details.short.columns = [
column,
@@ -47,7 +48,7 @@ def test_custom_case_tile(self, *args):
"""
-
@@ -94,7 +95,7 @@ def test_custom_case_tile_address(self, *args):
"""
-