@@ -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