File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ void main() {
150150 equals (200 ),
151151 );
152152 expect (
153- r.context.entry <HttpLinkResponseContext >()! .headers['foo' ],
153+ r.context.entry <HttpLinkResponseContext >()! .headers! ['foo' ],
154154 equals ('bar' ),
155155 );
156156 });
@@ -548,7 +548,7 @@ query WalletGetContent($input: WalletGetContentInput!) {
548548 equals (200 ),
549549 );
550550 expect (
551- r.context.entry <HttpLinkResponseContext >()! .headers['foo' ],
551+ r.context.entry <HttpLinkResponseContext >()! .headers! ['foo' ],
552552 equals ('bar' ),
553553 );
554554 });
@@ -1443,7 +1443,7 @@ query WalletGetContent($input: WalletGetContentInput!) {
14431443 equals (200 ),
14441444 );
14451445 expect (
1446- r.context.entry <HttpLinkResponseContext >()! .headers['foo' ],
1446+ r.context.entry <HttpLinkResponseContext >()! .headers! ['foo' ],
14471447 equals ('bar' ),
14481448 );
14491449 });
You can’t perform that action at this time.
0 commit comments