Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions credentials/apps/badges/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ class CredlyBadgeAdmin(admin.ModelAdmin):
"credential_id",
"credential_content_type",
"username",
"download_url",
"state",
"uuid",
"external_uuid",
Expand Down Expand Up @@ -616,7 +615,6 @@ class AccredibleBadgeAdmin(admin.ModelAdmin):
"credential_id",
"credential_content_type",
"username",
"download_url",
"state",
"uuid",
"external_id",
Expand Down
1 change: 0 additions & 1 deletion credentials/apps/credentials/tests/test_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def _setup_event_data(self, event_type):
mode=self.mode,
grade="1.0",
current_status="",
download_url="http://blah.blah.blah/certificate/1",
name="hypnofrog",
)
event_metadata = EventsMetadata(
Expand Down
Loading