From 6ec0d22154972ad94e0f0bc30a07a44f60fe90a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:19:30 +0000 Subject: [PATCH 1/2] Initial plan From 2d7c139873fc69ae88cf9b21ff048e28ad0fb100 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:21:11 +0000 Subject: [PATCH 2/2] fix: remove extra blank line in unify tests Co-authored-by: sonnyt <183387+sonnyt@users.noreply.github.com> --- tests/test_unify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_unify.py b/tests/test_unify.py index d2bffa4..9b04a8d 100644 --- a/tests/test_unify.py +++ b/tests/test_unify.py @@ -60,7 +60,6 @@ def test_drive_has_correct_params(self, api_key, connection_id): assert unify.drive._api_key == api_key assert unify.drive._connection_id == connection_id - def test_me_has_correct_params(self, api_key, connection_id): """Test that the me client has correct parameters.""" unify = Unify(api_key, connection_id)