From 95507940f12a0a62e2e207b02cecfca2c3c69418 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 14 Oct 2024 16:44:20 +0100 Subject: quick removal of unneeded variable assignment --- instruments/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruments/tests/test_models.py b/instruments/tests/test_models.py index 4bf05f8..9b82629 100644 --- a/instruments/tests/test_models.py +++ b/instruments/tests/test_models.py @@ -17,7 +17,7 @@ def test_data(): def test_sop(): user = TeamUser.objects.create_user(email="ming@mingy.com") - sop = SOP.objects.create( + SOP.objects.create( name="SOP 1", designation="SOP1", sp_link="https://example.com", -- cgit v1.2.3