misc: apply double-quote-string-fixer (#79788)

This commit is contained in:
Valentin Deniaud 2023-08-16 11:52:21 +02:00
parent 5807637c55
commit 2f920c6dfa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'TEST': {
'NAME': 'combo-plugin-imio-townstreet-test-%s'
% os.environ.get("BRANCH_NAME", "").replace('/', '-')[:40],
% os.environ.get('BRANCH_NAME', '').replace('/', '-')[:40],
},
}
}