Apply suggestion from @levxn

Co-authored-by: Levin <105410870+levxn@users.noreply.github.com>
This commit is contained in:
SAURABH KUMAR
2026-03-27 22:46:35 +05:30
committed by GitHub
parent 6600ce0ef9
commit 3e622af484
+2 -2
View File
@@ -495,8 +495,8 @@ class TestCloudflareTools:
):
fn = tools_registry["cloudflare_get_cache_analytics"].fn
result = fn(zone_id="z_test")
if isinstance(result, dict):
assert "error" not in result
assert isinstance(result, dict)
assert "error" not in result
def test_cloudflare_get_performance_analytics(self, tools_registry, monkeypatch):
monkeypatch.setenv("CLOUDFLARE_API_TOKEN", "test-key")