Skip to content

Commit

Permalink
Try reusing client
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Oct 6, 2024
1 parent d0fed23 commit 9e86149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SendGridTests/SendGridTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ struct SendGridTests {

try await withKnownIssue {
try await app.sendgrid.client.send(email: email)
// Try again to ensure the client is reusable
try await app.sendgrid.client.send(email: email)
} when: {
// TODO: Replace with `false` when you have a valid API key
true
Expand Down

0 comments on commit 9e86149

Please sign in to comment.