자유게시판

여러분의 의견을 자유롭게 알려주세요.

AssertionError: '/blog/1' != '/blog/1/' - /blog/1 + /blog/1/ ? +

1 year, 10 months ago

daniel_choi daniel_choi

Traceback (most recent call last):

  File "/Users/daniel_choi/Desktop/total_projects/third_django/blog/tests.py", line 178, in test_post_detail

    self.assertEqual(self.post_001.get_absolute_url(), '/blog/1/')

AssertionError: '/blog/1' != '/blog/1/'

- /blog/1

+ /blog/1/

?        +


----------------------------------------------------------------------

Ran 2 tests in 0.942s


FAILED (failures=1)

Destroying test database for alias 'default'...

라고 계속해서 뜨는데 이거 어떻게 해결해야할까요? ㅠㅠ

# tests.py 의 178번째 줄 코드는

self.assertEqual(self.post_001.get_absolute_url(), '/blog/1/')
8번째 줄 코드는 이러하고, 저자님의 urls.py코드와도 대조해봤는데, 딱히 문제를 모르겠어서..

가능성이 있다면 html 파일 중에 반복문이 돌아가는 요소중에 분명 잘못된게 있을것 같다고는 생각하고 있습니다.


sungyong
sungyong   1 year, 10 months ago

안녕하세요. 답변이 늦었네요. 죄송합니다.

질문은 Q&A 쪽으로 올려주시면 제가 더 빨리 확인할 가능성이 높습니다. 


models.py의 get_absolute_url에 뒤에 슬래시가 빠진것이 아닌지 확인해보세요. 

Updated: Jan. 15, 2023, 2:10 p.m.

Leave a Comment:
목록보기
Search
  • 자유게시판
  • Q&A