From 34d4a74cdcd62a848b0d33457e6100de4013581c Mon Sep 17 00:00:00 2001 From: Moth Date: Sun, 12 Jan 2025 02:11:09 +0300 Subject: [PATCH] refactoring --- .github/workflows/unit_tests.yml | 3 +-- tests/configs/test_localization_disable.toml | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 433ea60..16babc8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -210,9 +210,8 @@ jobs: pip install pytest pip install pytest-asyncio - - name: Moving config .toml file + - name: Move config .toml file run: | - ls -l # log/debug mv tests/configs/test_localization_disable.toml conf.toml # change the standard config to a test one - name: Create .env file diff --git a/tests/configs/test_localization_disable.toml b/tests/configs/test_localization_disable.toml index b365f37..16788c1 100644 --- a/tests/configs/test_localization_disable.toml +++ b/tests/configs/test_localization_disable.toml @@ -1,10 +1,2 @@ -[cache] -global_cache_enable = false -redis_enable = false -[timeit] -timeit_enable = false -[recaptcha] -recaptcha_enable = false - [localization] localization_enable = false \ No newline at end of file