Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vancoder committed Dec 20, 2024
1 parent b39681e commit fe989b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function test_boot(): void {

$this->feature->boot();

$this->get( $post )->assertElementExists( 'head/meta[@name="robots" and contains(@content, "xnoindex")]' );
$this->get( $post )->assertElementExists( 'head/meta[@name="robots" and contains(@content, "noindex")]' );
}

/**
Expand Down

0 comments on commit fe989b8

Please sign in to comment.