We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658bd28 commit 9232bf7Copy full SHA for 9232bf7
dev/tests/api-functional/testsuite/Magento/GraphQl/IntrospectionQueryTest.php
@@ -249,11 +249,11 @@ enumValues(includeDeprecated: true) {
249
}
250
$this->assertNotEmpty($enumValueDeprecatedReason);
251
$this->assertContains(
252
- '`sample_url` serves to get the downloadable sample',
+ 'Use `sample_url` instead.',
253
$enumValueDeprecatedReason
254
);
255
256
257
$enumValueReasonArray
258
259
$this->assertNotEmpty(
0 commit comments