summaryrefslogtreecommitdiff
path: root/sapi/fpm/tests/tester.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/tests/tester.inc')
-rw-r--r--sapi/fpm/tests/tester.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/tests/tester.inc b/sapi/fpm/tests/tester.inc
index 283ca2162c..7aab2d3aa9 100644
--- a/sapi/fpm/tests/tester.inc
+++ b/sapi/fpm/tests/tester.inc
@@ -506,7 +506,7 @@ class Tester
array $expectedFields,
string $address = null,
string $statusPath = '/status',
- $formats = ['plain', 'html', 'xml', 'json']
+ $formats = ['plain', 'html', 'xml', 'json', 'openmetrics']
) {
if (!is_array($formats)) {
$formats = [$formats];