Skip to content

Commit d0b4a03

Browse files
committed
chore: lint after merging
1 parent 414588a commit d0b4a03

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/phpunit/tests/connectors/wpConnectorsGetConnectorSettings.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ public function test_each_connector_has_required_fields(): void {
6363
$this->assertContains( $connector_data['authentication']['method'], array( 'api_key', 'none' ), "Connector '{$connector_id}' has unexpected authentication method." );
6464
}
6565
}
66-
67-
6866

6967
/**
70-
* Tests connectors return an empty array when AI is not supported
68+
* Tests connectors return an empty array when AI is not supported.
7169
*/
7270
public function test_returns_empty_array_when_ai_not_supported(): void {
7371
// Temporarily disable AI support for this test.

0 commit comments

Comments
 (0)