From 4dae4fc350559c73e4961f2ba97231174f201403 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sun, 18 Aug 2019 22:31:09 +0200 Subject: [PATCH] used wrong tag name --- tests/test-class-activitypub-hashtag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-class-activitypub-hashtag.php b/tests/test-class-activitypub-hashtag.php index fd012b1..2fa9466 100644 --- a/tests/test-class-activitypub-hashtag.php +++ b/tests/test-class-activitypub-hashtag.php @@ -14,7 +14,7 @@ class Test_Activitypub_Hashtag extends WP_UnitTestCase { } public function the_content_provider() { - $object_link = get_tag_link( 'object' ); + $object_link = get_term_by( 'name', 'object', 'post_tag' ); return array( array( 'test', 'test' ),