Skip to content

Commit

Permalink
Merge pull request #5654 from ampproject/update/crowdsignal-tests
Browse files Browse the repository at this point in the history
Remove apparently obsolete polldaddy subdomain oEmbed test
  • Loading branch information
westonruter committed Dec 4, 2020
2 parents d57a499 + c5819d4 commit 72f5ae7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/php/test-amp-crowdsignal-embed-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,17 @@ public function get_conversion_data() {
];

$data = [
'poll.fm' => [
'poll.fm' => [
'https://poll.fm/7012505',
'<p><iframe title="Which design do you prefer?" src="https://poll.fm/7012505/embed" frameborder="0" class="cs-iframe-embed"></iframe></p>',
$poll_response,
],

'polldaddy_poll' => [
'polldaddy_poll' => [
'https://polldaddy.com/poll/7012505/',
'<p><iframe title="Which design do you prefer?" src="https://poll.fm/7012505/embed" frameborder="0" class="cs-iframe-embed"></iframe></p>',
$poll_response,
],

'polldaddy_survey' => [
'https://rydk.polldaddy.com/s/test-survey',
'<p><a href="https://rydk.polldaddy.com/s/test-survey" target="_blank">View Survey</a></p>',
$survey_response,
],
];

/*
Expand Down

0 comments on commit 72f5ae7

Please sign in to comment.