Skip to content

Commit 7a59180

Browse files
committed
test(inspect): type reactlog fixture
1 parent 836fa75 commit 7a59180

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/pytest/test_reactlog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import json
44
from html.parser import HTMLParser
55
from pathlib import Path
6+
from typing import Any
67

78
from click.testing import CliRunner
89

@@ -148,7 +149,7 @@ def greeting():
148149

149150

150151
def test_format_reactlog_html_is_self_contained_and_accessible():
151-
reactlog = {
152+
reactlog: dict[str, Any] = {
152153
"success": True,
153154
"summary": "One dependency",
154155
"nodes": [

0 commit comments

Comments
 (0)