Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Oct 6, 2024
1 parent b0f8251 commit ce9724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshapi/tests/test_install_create_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_constructing_install_triggers_osticket(self, request_mocker):
"email": "[email protected]",
"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: [email protected]\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: [email protected]\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",
Expand Down

0 comments on commit ce9724a

Please sign in to comment.