Skip to content

Commit 1ca38d7

Browse files
CasperGNacroca
authored andcommitted
fix(test): correct metadata testcase for release 1.17 (#878)
Signed-off-by: Casper Nielsen <casper@diagrid.io>
1 parent 6cdc52f commit 1ca38d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/metadata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ expected_stdout_lines:
4141
- "== APP == registered_components:"
4242
- "== APP == name=lockstore type=lock.redis version= capabilities=[]"
4343
- "== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]"
44-
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL'"
44+
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'"
4545
- "== APP == We will update our custom label value and check it was persisted"
4646
- "== APP == We added a custom label named [is-this-our-metadata-example]"
4747
- "== APP == Its old value was [yes] but now it is [You bet it is!]"
@@ -64,7 +64,7 @@ The output should be as follows:
6464
== APP == registered_components:
6565
== APP == name=lockstore type=lock.redis version= capabilities=[]
6666
== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]
67-
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL', 'TTL']
67+
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL']
6868
== APP == We will update our custom label value and check it was persisted
6969
== APP == We added a custom label named [is-this-our-metadata-example]
7070
== APP == Its old value was [yes] but now it is [You bet it is!]

0 commit comments

Comments
 (0)