Skip to content

Commit ab7604d

Browse files
committed
fix))
1 parent 01646a1 commit ab7604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dl_api_lib_testing/dl_api_lib_testing/connection_form_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class ConnectionFormTestBase:
3333
CONN_FORM_FACTORY_CLS: ClassVar[type[ConnectionFormFactory]]
3434
TRANSLATION_CONFIGS: ClassVar[list[TranslationConfig]]
35-
OVERWRITE_EXPECTED_FORMS: ClassVar[bool] = True
35+
OVERWRITE_EXPECTED_FORMS: ClassVar[bool] = False
3636
EXPECTED_FORMS_DIR: ClassVar[str] = "expected_forms"
3737

3838
@pytest.fixture

0 commit comments

Comments
 (0)