From ce9724a636ada0d1a16caf33df5d2823e21b7bb6 Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Sun, 6 Oct 2024 13:45:41 -0400 Subject: [PATCH] Fix failing test --- src/meshapi/tests/test_install_create_signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshapi/tests/test_install_create_signals.py b/src/meshapi/tests/test_install_create_signals.py index 0b0f34bc..59b77f0d 100644 --- a/src/meshapi/tests/test_install_create_signals.py +++ b/src/meshapi/tests/test_install_create_signals.py @@ -87,7 +87,7 @@ def test_constructing_install_triggers_osticket(self, request_mocker): "email": "john.smith@example.com", "name": "John Smith", "subject": f"NYC Mesh {install.install_number} Rooftop Install", - "message": "date: 2022-02-27\r\nnode: 1\r\nname: John Smith\r\nemail: john.smith@example.com\r\nphone: +1 555-555-5555\r\nlocation: 3333 Chom St, Brooklyn NY, 11111\r\nrooftop: Rooftop install\r\nagree to ncl: True", + "message": f"date: 2022-02-27\r\nnode: {install.install_number}\r\nname: John Smith\r\nemail: john.smith@example.com\r\nphone: +1 555-555-5555\r\nlocation: 3333 Chom St, Brooklyn NY, 11111\r\nrooftop: Rooftop install\r\nagree to ncl: True", "phone": "+1 555-555-5555", "location": "3333 Chom St, Brooklyn NY, 11111", "rooftop": "Rooftop install",