We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3555f commit 36a220cCopy full SHA for 36a220c
1 file changed
src/test/java/com/auth0/client/mgmt/EmailTemplatesEntityTest.java
@@ -121,7 +121,7 @@ public void shouldThrowOnPatchEmailTemplateWithNullData() throws Exception {
121
@Test
122
public void shouldThrowOnPatchEmailTemplateWithNullName() throws Exception {
123
exception.expect(IllegalArgumentException.class);
124
- exception.expectMessage("'template' cannot be null!");
+ exception.expectMessage("'template name' cannot be null!");
125
api.emailTemplates().update(null, new EmailTemplate());
126
}
127
0 commit comments