⚡ Waypoint start time #2666
Annotations
2 errors
test_nats_service.test_nats_events_processor_subscribe:
waypoint/tests/services/test_nats_service.py#L60
AssertionError: expected call not found.
Expected: pull_subscribe(subject='cloudapi.aries.events.group_id.wallet_id', stream='cloudapi_aries_events')
Actual: pull_subscribe(config=ConsumerConfig(name=None, durable_name=None, description=None, deliver_policy=<DeliverPolicy.BY_START_TIME: 'by_start_time'>, opt_start_seq=None, opt_start_time='2024-10-24T09:50:38.133Z', ack_policy=<AckPolicy.EXPLICIT: 'explicit'>, ack_wait=None, max_deliver=None, backoff=None, filter_subject=None, filter_subjects=None, replay_policy=<ReplayPolicy.INSTANT: 'instant'>, rate_limit_bps=None, sample_freq=None, max_waiting=None, max_ack_pending=None, flow_control=None, idle_heartbeat=None, headers_only=None, deliver_subject=None, deliver_group=None, inactive_threshold=None, num_replicas=None, mem_storage=None, metadata=None), subject='cloudapi.aries.events.group_id.wallet_id', stream='cloudapi_aries_events')
pytest introspection follows:
Kwargs:
assert {'config': Co...id.wallet_id'} == {'stream': 'c...id.wallet_id'}
Omitting 2 identical items, use -vv to show
Left contains 1 more item:
{'config': ConsumerConfig(name=None,
durable_name=None,
description=None,
deliver_policy=<DeliverPolicy.BY_START_TIME: 'by_start_time'>,...
...Full output truncated (23 lines hidden), use '-vv' to show
|
test_did_exchange.test_create_did_exchange_request[clean-clean-None-did:peer:4-False]:
app/tests/e2e/test_did_exchange.py#L105
fastapi.exceptions.HTTPException: 500: {"detail":"Internal Server Error"}
|