Update integration-tests/bats/sql-load-data.bats

Co-authored-by: James Cor <jcor@ucsd.edu>
This commit is contained in:
angelamayxie
2025-10-21 16:28:08 -07:00
committed by GitHub
parent 124e2afb1c
commit cd41015ee8

View File

@@ -425,7 +425,7 @@ fields terminated by ','
lines terminated by '\n'
SQL
[ $status -ne 0 ]
[[ $output =~ "'2022-10-10 00:00:00:00' is not a valid value for 'datetime'" ]] || false
[[ $output =~ "is not a valid value" ]] || false
}
@test "sql-load-data: schema with not null constraints" {