Skip to content

Commit 34c8fe1

Browse files
committed
Fixed escape green parameter in tests
1 parent 0de9980 commit 34c8fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/YamlTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class YamlTests
6464
'ApiKey\_10_BasicTest::TestGetApiKey' => 'Mismatch values',
6565
'ApiKey\_20_QueryTest::TestQueryApiKey' => 'Mismatch values',
6666
'DataStream\_80_Resolve_Index_Data_StreamsTest::*' => 'Skipped all tests',
67-
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key "green"',
67+
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI' => 'Undefined array key \"green\"',
6868
'License\_20_Put_LicenseTest::*' => 'License issue',
6969
'License\_30_Enterprise_LicenseTest::*' => 'Invalid license',
7070
'Ml\_Jobs_CrudTest::TestPutJobWithModel_memory_limitAsStringAndLazyOpen' => 'Memory limit',

0 commit comments

Comments
 (0)