Skip to content

Commit da81a84

Browse files
committed
test(django): Drop the json/str row from test_rest_framework_basic
The json/str scalar row takes the same request-body extraction branch as the json/int scalar row already in the table and asserts the same shape, so it only re-runs coverage the int row provides.
1 parent 05ce4f0 commit da81a84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/django/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,6 @@ def test_template_exception(
13431343
[
13441344
["application/json", {"foo": "bar"}],
13451345
["application/json", 1],
1346-
["application/json", "foo"],
13471346
["application/x-www-form-urlencoded", {"foo": "bar"}],
13481347
],
13491348
)

0 commit comments

Comments
 (0)