mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add unit tests for activity (and SMS) flows
These are basic tests to make sure that the pages stay stitched together. Added for both the jobs and send SMS flows (because the send SMS flow didn’t have any before)
This commit is contained in:
@@ -40,7 +40,7 @@ def showjobs():
|
||||
return render_template('views/jobs.html')
|
||||
|
||||
|
||||
@main.route("/jobs/job/")
|
||||
@main.route("/jobs/job")
|
||||
def showjob():
|
||||
return render_template(
|
||||
'views/job.html',
|
||||
|
||||
Reference in New Issue
Block a user