Skip to content

Commit d4a1324

Browse files
committed
update exclusions
1 parent e22394d commit d4a1324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/sift_client/_tests/resources/test_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def test_archive_and_delete_test_report(self, sift_client):
321321
assert deleted_report is None # Shouldn't reach here so error if we get something.
322322
except aiogrpc.AioRpcError as e:
323323
self.test_reports.pop("basic_test_report")
324-
assert e.code() == grpc.StatusCode.NOT_FOUND
324+
assert e.code() == grpc.StatusCode.NOT_FOUND # noqa: PT017
325325

326326
def test_import_test_report(self, sift_client):
327327
# Import a test report from a file

0 commit comments

Comments
 (0)