Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
MothScientist committed Jan 11, 2025
1 parent 62338dc commit 34d4a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions tests/configs/test_localization_disable.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
[cache]
global_cache_enable = false
redis_enable = false
[timeit]
timeit_enable = false
[recaptcha]
recaptcha_enable = false

[localization]
localization_enable = false

0 comments on commit 34d4a74

Please sign in to comment.