@@ -29,7 +29,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
29
29
"blogHyperlinked" : {
30
30
"links" : {
31
31
"related" : "http://testserver/entries/1/blog" ,
32
- "self" : "http://testserver/entries/1/relationships/blog_hyperlinked" ,
32
+ "self" : "http://testserver/entries/1/relationships/blog_hyperlinked" , # noqa: B950
33
33
}
34
34
},
35
35
"authors" : {
@@ -43,7 +43,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
43
43
"commentsHyperlinked" : {
44
44
"links" : {
45
45
"related" : "http://testserver/entries/1/comments" ,
46
- "self" : "http://testserver/entries/1/relationships/comments_hyperlinked" ,
46
+ "self" : "http://testserver/entries/1/relationships/comments_hyperlinked" , # noqa: B950
47
47
}
48
48
},
49
49
"suggested" : {
@@ -63,7 +63,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
63
63
"featuredHyperlinked" : {
64
64
"links" : {
65
65
"related" : "http://testserver/entries/1/featured" ,
66
- "self" : "http://testserver/entries/1/relationships/featured_hyperlinked" ,
66
+ "self" : "http://testserver/entries/1/relationships/featured_hyperlinked" , # noqa: B950
67
67
}
68
68
},
69
69
"tags" : {"data" : [], "meta" : {"count" : 0 }},
@@ -84,7 +84,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
84
84
"blogHyperlinked" : {
85
85
"links" : {
86
86
"related" : "http://testserver/entries/2/blog" ,
87
- "self" : "http://testserver/entries/2/relationships/blog_hyperlinked" ,
87
+ "self" : "http://testserver/entries/2/relationships/blog_hyperlinked" , # noqa: B950
88
88
}
89
89
},
90
90
"authors" : {
@@ -98,7 +98,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
98
98
"commentsHyperlinked" : {
99
99
"links" : {
100
100
"related" : "http://testserver/entries/2/comments" ,
101
- "self" : "http://testserver/entries/2/relationships/comments_hyperlinked" ,
101
+ "self" : "http://testserver/entries/2/relationships/comments_hyperlinked" , # noqa: B950
102
102
}
103
103
},
104
104
"suggested" : {
@@ -118,7 +118,7 @@ def test_multiple_entries_no_pagination(multiple_entries, client):
118
118
"featuredHyperlinked" : {
119
119
"links" : {
120
120
"related" : "http://testserver/entries/2/featured" ,
121
- "self" : "http://testserver/entries/2/relationships/featured_hyperlinked" ,
121
+ "self" : "http://testserver/entries/2/relationships/featured_hyperlinked" , # noqa: B950
122
122
}
123
123
},
124
124
"tags" : {"data" : [], "meta" : {"count" : 0 }},
0 commit comments