Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 22, 2021
1 parent 31ab897 commit 1659532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public function test_http_metrics()
$this->work();

$this->get('/horizon-exporter/metrics')
->assertSee('horizon_jobs_by_type{type="completed"} 3');
->assertSee('horizon_jobs_by_type{type="completed"} 3', escape: false);
}
}

0 comments on commit 1659532

Please sign in to comment.