We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed20900 commit 56234f2Copy full SHA for 56234f2
tests/addons/test-gsheets.php
@@ -395,13 +395,6 @@ public function test_append_to_new_sheet() {
395
* Test appending data with headers auto-creation.
396
*/
397
public function test_append_creates_headers() {
398
- // Mock empty headers response.
399
- self::$mock_response = array(
400
- 'range' => 'EmptySheet!A1:Z1',
401
- 'majorDimension' => 'ROWS',
402
- 'values' => array(),
403
- );
404
-
405
$bridge = new GSheets_Form_Bridge(
406
array(
407
'name' => 'test-headers-bridge',
0 commit comments