Cleaning things up, trying to get tests to work.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-28 12:43:34 -05:00
parent e0b9ac0827
commit 95ee8b7c2e
8 changed files with 21 additions and 21 deletions
@@ -6,7 +6,7 @@ Create Date: 2018-08-24 13:36:49.346156
from alembic import op
from sqlalchemy import text
from app.models import BRANDING_ORG
from app.enums import BrandType
revision = "0219_default_email_branding"
down_revision = "0216_remove_colours"
@@ -14,7 +14,7 @@ down_revision = "0216_remove_colours"
def upgrade():
conn = op.get_bind()
input_params = {"branding_org": BRANDING_ORG}
input_params = {"branding_org": BrandType.ORG.value}
conn.execute(
text(
"""