Skip to content

Commit bf8ecc8

Browse files
committed
Remove expectation against return message
1 parent aaf1f47 commit bf8ecc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/specs/integration/WebhooksToInterceptorsSpec.cfc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ component extends="tests.resources.ModuleIntegrationSpec" appMapping="/app" {
4040
"onSendgridEventGroupUnsubscribe",
4141
"onSendgridEventGroupResubscribe"
4242
] );
43-
44-
expect( event.getRenderedContent() ).toBe( "" );
4543
} );
4644

4745
it( "fails if basic auth credentials are configured in the application but not provided in the request", function() {

0 commit comments

Comments
 (0)