Skip to content

Commit

Permalink
Fixed profiling test
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Jun 27, 2023
1 parent b9fded4 commit 1583d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/panels/test_profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_profiling(client: TestClient, path: str) -> None:
store_id = client.get_store_id(f"/{path}")
stats = client.get_stats(store_id, "ProfilingPanel")

assert "profileSession" in stats["content"]
assert "pyinstrumentHTMLRenderer" in stats["content"]

0 comments on commit 1583d65

Please sign in to comment.