We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf1f47 commit bf8ecc8Copy full SHA for bf8ecc8
tests/specs/integration/WebhooksToInterceptorsSpec.cfc
@@ -40,8 +40,6 @@ component extends="tests.resources.ModuleIntegrationSpec" appMapping="/app" {
40
"onSendgridEventGroupUnsubscribe",
41
"onSendgridEventGroupResubscribe"
42
] );
43
-
44
- expect( event.getRenderedContent() ).toBe( "" );
45
} );
46
47
it( "fails if basic auth credentials are configured in the application but not provided in the request", function() {
0 commit comments