EDUCATOR-344

Removed instances of track function
This commit is contained in:
Brandon Baker
2017-06-09 18:51:10 +00:00
parent ec9ad2ccb2
commit f4c9044d2e
7 changed files with 27 additions and 31 deletions

View File

@@ -604,7 +604,7 @@ class TestGradeReportConditionalContent(TestReportMixin, TestConditionalContent,
group_config_hdr_tpl = 'Experiment Group ({})'
return {
group_config_hdr_tpl.format(self.partition.name): self.partition.scheme.get_group_for_user(
self.course.id, user, self.partition, track_function=None
self.course.id, user, self.partition
).name
}