We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fded4 commit 1583d65Copy full SHA for 1583d65
1 file changed
tests/panels/test_profiling.py
@@ -10,4 +10,4 @@ def test_profiling(client: TestClient, path: str) -> None:
10
store_id = client.get_store_id(f"/{path}")
11
stats = client.get_stats(store_id, "ProfilingPanel")
12
13
- assert "profileSession" in stats["content"]
+ assert "pyinstrumentHTMLRenderer" in stats["content"]
0 commit comments