Merge pull request #27357 from edx/jhynes/microba-1164_revoke-program-certs-bugfix
fix: fix bug with `revoke_program_certificates` task
This commit is contained in:
@@ -343,4 +343,4 @@ class CertificateInvalidationTest(SharedModuleStoreTestCase):
|
||||
self.certificate.invalidate()
|
||||
|
||||
assert mock_revoke_task.call_count == 1
|
||||
assert mock_revoke_task.call_args[0] == (self.user.username, self.course_id)
|
||||
assert mock_revoke_task.call_args[0] == (self.user.username, str(self.course_id))
|
||||
|
||||
Reference in New Issue
Block a user