Skip to content

Commit

Permalink
copy+paste failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jun 19, 2020
1 parent 05917c6 commit a7a2238
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def assertExpectedRelations(self):
class TestProjectModelOverride(BaseTestProjectModelOverride):
@property
def project_config(self):
self.use_default_project({
return {
'config-version': 2,
'vars': {
'alternate_db': self.alternative_database,
Expand All @@ -150,7 +150,7 @@ def project_config(self):
}
}
},
})
}

@use_profile('bigquery')
def test_bigquery_database_override(self):
Expand Down

0 comments on commit a7a2238

Please sign in to comment.