@@ -47,9 +47,9 @@ def create_app(test_config=None):
(station_id)
)
db.execute(
- 'INSERT INTO turno (cName, cEmail, timeArrival, station)'
+ 'INSERT INTO turno (cName, cEmail, turn, timeArrival, station)'
' VALUES (?, ?, ?, ?)',
- (cName, cEmail, 'testin', station_id)
+ (cName, cEmail, turn, 'testin', station_id)
db.commit()