used wrong tag name
This commit is contained in:
parent
47c8d57f1a
commit
4dae4fc350
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Test_Activitypub_Hashtag extends WP_UnitTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function the_content_provider() {
|
public function the_content_provider() {
|
||||||
$object_link = get_tag_link( 'object' );
|
$object_link = get_term_by( 'name', 'object', 'post_tag' );
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
array( 'test', 'test' ),
|
array( 'test', 'test' ),
|
||||||
|
|
Loading…
Reference in a new issue