Skip to content

Commit 1583d65

Browse files
committed
Fixed profiling test
1 parent b9fded4 commit 1583d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/panels/test_profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def test_profiling(client: TestClient, path: str) -> None:
1010
store_id = client.get_store_id(f"/{path}")
1111
stats = client.get_stats(store_id, "ProfilingPanel")
1212

13-
assert "profileSession" in stats["content"]
13+
assert "pyinstrumentHTMLRenderer" in stats["content"]

0 commit comments

Comments
 (0)