We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c943167 commit 31967bbCopy full SHA for 31967bb
example/tests/test_views.py
@@ -243,7 +243,10 @@ def test_new_comment_data_patch_to_many_relationship(self):
243
'id': str(self.second_comment.id)
244
}
245
],
246
- 'links': {'self': 'http://testserver/authors/{}/relationships/comment_set'.format(self.author.id)}
+ 'links': {
247
+ 'self': ('http://testserver/authors/{}/'
248
+ 'relationships/comment_set'.format(self.author.id))
249
+ }
250
251
252
response = self.client.get(url)
@@ -256,7 +259,10 @@ def test_new_comment_data_patch_to_many_relationship(self):
256
259
'id': str(comment.id)
257
260
258
261
262
263
264
265
266
267
268
response = self.client.patch(url, data=request_data)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments