We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc87e84 commit fa75a30Copy full SHA for fa75a30
1 file changed
tests/ConvertKitAPITest.php
@@ -1878,20 +1878,6 @@ public function testUpdateSnippetWithInvalidSnippetID()
1878
$this->api->update_snippet(12345);
1879
}
1880
1881
- /**
1882
- * Test that delete_snippet() throws a ClientException when an invalid
1883
- * snippet ID is specified.
1884
- *
1885
- * @since 2.5.0
1886
1887
- * @return void
1888
- */
1889
- public function testDeleteSnippetWithInvalidSnippetID()
1890
- {
1891
- $this->expectException(ClientException::class);
1892
- $this->api->delete_snippet(12345);
1893
- }
1894
-
1895
/**
1896
* Test that get_tags() returns the expected data.
1897
*
0 commit comments