Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Can't reverse for view attachments with og_file_path param.
Need to look more closely at getting correct og:url for attachments.
  • Loading branch information
nathreed committed Sep 4, 2023
1 parent 09ba479 commit 7d28ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/opinion_page/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def view_recap_document(
"doc_num": doc_num,
"att_num": 1,
"slug": slug,
"og_file_path": og_file_path,
},
)
if request.GET.urlencode():
Expand Down

0 comments on commit 7d28ad6

Please sign in to comment.