Skip to content

Commit

Permalink
update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman authored Nov 1, 2023
1 parent 36a576c commit 6400701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/sendgrid/SendGridTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3253,7 +3253,7 @@ public void testSetResidency_happy_path_eu() {
public void testSetResidency_happy_path_global() {
SendGrid sg = new SendGrid(SENDGRID_API_KEY);
sg.setDataResidency("global");
Assert.assertEquals(sg.getHost(), "api.eu.sendgrid.com");
Assert.assertEquals(sg.getHost(), "api.sendgrid.com");
}


Expand Down

0 comments on commit 6400701

Please sign in to comment.