We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01646a1 commit ab7604dCopy full SHA for ab7604d
lib/dl_api_lib_testing/dl_api_lib_testing/connection_form_base.py
@@ -32,7 +32,7 @@
32
class ConnectionFormTestBase:
33
CONN_FORM_FACTORY_CLS: ClassVar[type[ConnectionFormFactory]]
34
TRANSLATION_CONFIGS: ClassVar[list[TranslationConfig]]
35
- OVERWRITE_EXPECTED_FORMS: ClassVar[bool] = True
+ OVERWRITE_EXPECTED_FORMS: ClassVar[bool] = False
36
EXPECTED_FORMS_DIR: ClassVar[str] = "expected_forms"
37
38
@pytest.fixture
0 commit comments