From f04d57acbc5ef639c0dc70fde800cf5c24d0b967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:22:48 +0100 Subject: refactor: use is for True/False --- tests/test_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_instance.py') diff --git a/tests/test_instance.py b/tests/test_instance.py index 8f3f142..1fbd692 100644 --- a/tests/test_instance.py +++ b/tests/test_instance.py @@ -38,7 +38,7 @@ def test_emoji(api): @pytest.mark.vcr() def test_health(api): - assert api.instance_health() == True + assert api.instance_health() is True @pytest.mark.vcr() def test_server_time(api): -- cgit v1.2.3