mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-26 18:31:37 -05:00
This makes this test a couple of seconds faster - 0.7s instead of 2.5s for me locally. sample_notification also creates a service, template, user and permissions, but we don't need any of these objects to exist in the database for this test. It's particularly helpful for this test because there are so many parameterized cases. Thanks @leohemsted for suggesting doing this here.