diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index b0b9834..614df15 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -8,7 +8,7 @@ from accounting.consume import consume_accounting from ahserver.serverenv import ServerEnv def get_module_dbname(m): - retrun 'sage' + return 'sage' async def get_orgid_by_username(sor, username): recs = await sor.R('users', {'username': username})