Skip to content

Commit 9e725b8

Browse files
Copilotkushh23
andauthored
Remove redundant assertion in test_add_schema_ssl
Agent-Logs-Url: https://github.com/Codeinwp/optimole-wp/sessions/0b947f08-2140-4d1b-9330-9381b891257a Co-authored-by: kushh23 <110405452+kushh23@users.noreply.github.com>
1 parent 299e3ae commit 9e725b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test-generic.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ function test_add_schema_ssl() {
186186
unset( $_SERVER['HTTPS'] );
187187

188188
$this->assertEquals( 'https://example.org/image.jpg', $result );
189-
$this->assertStringNotEquals( 'https:', $result );
190189
}
191190

192191
/**

0 commit comments

Comments
 (0)