From da68d626283f83bb7544699601d96b9c5ba821b2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 26 Feb 2020 15:59:34 -0500 Subject: [PATCH] Re-balance shards to make sure all shards have tests on them. --- common/test/acceptance/tests/studio/test_studio_html_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/acceptance/tests/studio/test_studio_html_editor.py b/common/test/acceptance/tests/studio/test_studio_html_editor.py index 4f59903635..138a73cdb9 100644 --- a/common/test/acceptance/tests/studio/test_studio_html_editor.py +++ b/common/test/acceptance/tests/studio/test_studio_html_editor.py @@ -20,7 +20,7 @@ class HTMLComponentEditorTests(ContainerBase): Feature: CMS.Component Adding As a course author, I want to be able to add and edit HTML component """ - shard = 18 + shard = 15 def setUp(self, is_staff=True): """