Skip to content

Commit

Permalink
rogue character and missing %s
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed Jun 27, 2024
1 parent bb90e16 commit 219a08b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def create_db(postgresql_conn):
wikidata varchar,
wikipedia varchar,
themes varchar,
attribution_id
varchar,
attribution_id varchar,
licence_id varchar,
consideration varchar
)"""
Expand Down Expand Up @@ -241,8 +240,9 @@ def create_db(postgresql_conn):
wikipedia,
themes,
attribution_id,
ålicence_id
) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)
licence_id,
consideration
) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)
""",
row,
)
Expand Down

0 comments on commit 219a08b

Please sign in to comment.