Skip to content

Commit

Permalink
Add new SSO XML-RPC method
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed May 10, 2024
1 parent c562446 commit 6c9ade7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ public function test_classic_xmlrpc_when_active_and_signed_with_user() {
'jetpack.subscriptions.subscribe',
'jetpack.updatePublicizeConnections',
'jetpack.getHeartbeatData',
'jetpack.userDisconnect',
);

$this->assertXMLRPCMethodsComply( $required, $allowed, array_keys( $methods ) );
Expand Down Expand Up @@ -919,6 +920,7 @@ public function test_classic_xmlrpc_when_active_and_signed_with_user_with_edit()
'jetpack.subscriptions.subscribe',
'jetpack.updatePublicizeConnections',
'jetpack.getHeartbeatData',
'jetpack.userDisconnect',
);

$this->assertXMLRPCMethodsComply( $required, $allowed, array_keys( $methods ) );
Expand Down

0 comments on commit 6c9ade7

Please sign in to comment.