Skip to content

Commit 9232bf7

Browse files
committed
DOC-474: Update introspection query test
1 parent 658bd28 commit 9232bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/IntrospectionQueryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ enumValues(includeDeprecated: true) {
249249
}
250250
$this->assertNotEmpty($enumValueDeprecatedReason);
251251
$this->assertContains(
252-
'`sample_url` serves to get the downloadable sample',
252+
'Use `sample_url` instead.',
253253
$enumValueDeprecatedReason
254254
);
255255
$this->assertContains(
256-
'`sample_url` serves to get the downloadable sample',
256+
'Use `sample_url` instead.',
257257
$enumValueReasonArray
258258
);
259259
$this->assertNotEmpty(

0 commit comments

Comments
 (0)