Skip to content

Commit

Permalink
test: update optimizely config datafile var name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pthompson127 committed Jul 9, 2020
1 parent f05771e commit 426a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizely_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def setUp(self):
}
},
'revision': '1',
'datafile': json.dumps(self.config_dict_with_features)
'_datafile': json.dumps(self.config_dict_with_features)
}

self.actual_config = self.opt_config_service.get_config()
Expand Down

0 comments on commit 426a383

Please sign in to comment.