Skip to content

Commit

Permalink
Revert gist user
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jun 24, 2024
1 parent a7c57df commit 3268f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dev/tests/phpunit/src/blocks/gist/test-index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public function test_coblocks_block_gist_handler_returns_empty_string_without_pr
* Test that the embed handler returns the proper Gist embed code.
*/
public function test_coblocks_block_gist_handler_returns_valid_embed() {
$gist_url = 'https://gist.github.com/EvanHerman/3e8058a093800e1b7c8b605a64525514';
$gist_path = 'EvanHerman/3e8058a093800e1b7c8b605a64525514';
$gist_url = 'https://gist.github.com/someuser/a04f4e14e3cd3b6d48157ea0706114f7';
$gist_path = 'someuser/a04f4e14e3cd3b6d48157ea0706114f7';

$this->assertMatchesRegularExpression(
"/<span class='coblocks-gist__container' style='pointer-events: all'><script src=\"https:\/\/gist.github.com\/{$gist_path}.js\">/",
Expand Down

0 comments on commit 3268f70

Please sign in to comment.