Skip to content

Commit 375ab9e

Browse files
committed
Fix regression in fdc3-agent-proxy test case 'Intent Listeners Work'
1 parent b1d3b50 commit 375ab9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fdc3-agent-proxy/test/features/intent-listener.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: Intent Listeners
1212
And messaging receives "{intentMessageOne}"
1313
Then "{intents}" is an array of objects with the following contents
1414
| context.type | context.name | metadata.source.appId |
15-
| fdc3.instrument | Apple | some-app-id |
15+
| fdc3.instrument | Apple | cucumber-app |
1616
And messaging will have posts
1717
| type |
1818
| intentResultRequest |

0 commit comments

Comments
 (0)