File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev/tests/integration/testsuite/Magento/GraphQlCache/Controller/Catalog Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,10 @@ public function testToCheckRequestNoTagsForProducts(): void
115
115
$ result = $ this ->graphqlController ->dispatch ($ this ->request );
116
116
/** @var \Magento\Framework\App\Response\Http $response */
117
117
$ response = $ this ->objectManager ->get (\Magento \Framework \App \Response \Http::class);
118
- /** @var $registry \Magento\Framework\Registry */
119
118
$ result ->renderResult ($ response );
120
119
$ this ->assertEquals ('MISS ' , $ response ->getHeader ('X-Magento-Cache-Debug ' )->getFieldValue ());
121
120
$ actualCacheTags = explode (', ' , $ response ->getHeader ('X-Magento-Tags ' )->getFieldValue ());
122
- $ expectedCacheTags = [ 'FPC ' ];
121
+ $ expectedCacheTags = ['FPC ' ];
123
122
$ this ->assertEquals ($ expectedCacheTags , $ actualCacheTags );
124
123
}
125
124
}
You can’t perform that action at this time.
0 commit comments