You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #60150 [Notifier] let the data provider key match the test method argument names (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[Notifier] let the data provider key match the test method argument names
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Commits
-------
b2a5efa let the data provider key match the test method argument names
yield'With website preview card and all optionnal informations' => [
352
-
'options' => (newBlueskyOptions())
352
+
'blueskyOptions' => (newBlueskyOptions())
353
353
->attachCard(
354
354
'https://example.com',
355
355
newFile(__DIR__.'/fixtures.gif'),
356
356
'Fork me im famous',
357
357
'Click here to go to website!'
358
358
),
359
-
'expectedResponse' => '{"repo":null,"collection":"app.bsky.feed.post","record":{"$type":"app.bsky.feed.post","text":"Hello World!","createdAt":"2024-04-28T08:40:17.000000Z","embed":{"$type":"app.bsky.embed.external","external":{"uri":"https:\/\/example.com","title":"Fork me im famous","description":"Click here to go to website!","thumb":{"$type":"blob","ref":{"$link":"bafkreibabalobzn6cd366ukcsjycp4yymjymgfxcv6xczmlgpemzkz3cfa"},"mimeType":"image\/png","size":760898}}}}}',
359
+
'expectedJsonResponse' => '{"repo":null,"collection":"app.bsky.feed.post","record":{"$type":"app.bsky.feed.post","text":"Hello World!","createdAt":"2024-04-28T08:40:17.000000Z","embed":{"$type":"app.bsky.embed.external","external":{"uri":"https:\/\/example.com","title":"Fork me im famous","description":"Click here to go to website!","thumb":{"$type":"blob","ref":{"$link":"bafkreibabalobzn6cd366ukcsjycp4yymjymgfxcv6xczmlgpemzkz3cfa"},"mimeType":"image\/png","size":760898}}}}}',
360
360
];
361
361
362
362
yield'With website preview card and minimal information' => [
0 commit comments