Skip to content

Commit

Permalink
fix event tracking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Feb 1, 2019
1 parent f098196 commit 843d342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/033_event_tracking_test/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def run_context(

def populate(project_id, user_id, invocation_id, version):
return [{
'schema': 'iglu:com.dbt/run_model/jsonschema/1-0-0',
'schema': 'iglu:com.dbt/run_model/jsonschema/1-0-1',
'data': {
'invocation_id': invocation_id,

Expand Down Expand Up @@ -263,7 +263,7 @@ def test__event_tracking_deps(self):
def test__event_tracking_seed(self):
def seed_context(project_id, user_id, invocation_id, version):
return [{
'schema': 'iglu:com.dbt/run_model/jsonschema/1-0-0',
'schema': 'iglu:com.dbt/run_model/jsonschema/1-0-1',
'data': {
'invocation_id': invocation_id,

Expand Down

0 comments on commit 843d342

Please sign in to comment.