diff --git a/test/integration/022_bigquery_test/test_bigquery_copy_failing_models.py b/test/integration/022_bigquery_test/test_bigquery_copy_failing_models.py index 8e1999455ce..a3cd8877200 100644 --- a/test/integration/022_bigquery_test/test_bigquery_copy_failing_models.py +++ b/test/integration/022_bigquery_test/test_bigquery_copy_failing_models.py @@ -33,4 +33,4 @@ def project_config(self): def test__bigquery_copy_table_fails(self): results = self.run_dbt(expect_pass=False) self.assertEqual(len(results), 2) - self.assertTrue(results[0].error) + self.assertTrue(results[1].error)