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-01-17 17:28:46 -05:00
parent e0b9ac0827
commit 95ee8b7c2e
8 changed files with 21 additions and 21 deletions

View File

@@ -8,8 +8,6 @@ Create Date: 2018-02-28 17:09:56.619803
import sqlalchemy as sa
from alembic import op
from app.models import NORMAL
revision = "0172_deprioritise_examples"
down_revision = "0171_add_org_invite_template"

View File

@@ -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(
"""