Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 3f59af1

Browse files
LINT
1 parent dfcbd7e commit 3f59af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/public/v2/tests/test_api_pull_viewset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ def test_retrieve_with_patch_coverage_no_commit_comparison(
415415
)
416416
assert res.status_code == 200
417417
data = res.json()
418-
assert data["patch"] == None
418+
assert data["patch"] is None

0 commit comments

Comments
 (0)