Skip to content

Commit

Permalink
enable sendgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Jul 15, 2024
1 parent aa6c95b commit 0ba1300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-azure-dev2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ simple-report:
patient-link-url: https://dev2.simplereport.gov/app/pxp?plid=
twilio-callback-url: https://dev2.simplereport.gov/api/pxp/callback
sendgrid:
enabled: false
enabled: true
cors:
allowed-origins:
- https://simplereportdev2app.z13.web.core.windows.net
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Cypress.Commands.add("addDevice", (device) => {
Cypress.Commands.add("removeOrganizationAccess", () => {
cy.visit("/admin/tenant-data-access");
cy.contains("Cancel access").click();
// eslint-disable-next-line cypress/no-unnecessary-waiting

cy.wait(5);
});

Expand Down

0 comments on commit 0ba1300

Please sign in to comment.