Merge pull request #15290 from edx/bbaker/educator-344

Bbaker/educator 344
This commit is contained in:
Brandon Baker
2017-06-13 10:42:35 -04:00
committed by GitHub
8 changed files with 29 additions and 27 deletions

View File

@@ -600,7 +600,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
}