Merge pull request #6196 from Rotzbua/fix_typo

fix(typo): correct `successfully`
This commit is contained in:
Mikhail Korobov 2024-01-12 00:36:16 +05:00 committed by GitHub
commit 32fda2dc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def extension(settings=None):
class TestPeriodicLog(unittest.TestCase):
def test_extension_enabled(self):
# Expected that settings for this extension loaded succesfully
# Expected that settings for this extension loaded successfully
# And on certain conditions - extension raising NotConfigured
# "PERIODIC_LOG_STATS": True -> set to {"enabled": True}