Skip to content

Commit 426a383

Browse files
committed
test: update optimizely config datafile var name in test
1 parent f05771e commit 426a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_optimizely_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def setUp(self):
456456
}
457457
},
458458
'revision': '1',
459-
'datafile': json.dumps(self.config_dict_with_features)
459+
'_datafile': json.dumps(self.config_dict_with_features)
460460
}
461461

462462
self.actual_config = self.opt_config_service.get_config()

0 commit comments

Comments
 (0)