# serializer version: 1 # name: test_diagnostics dict({ 'topics': dict({ 'ABCDEF': dict({ 'data': dict({ 'topic': 'mytopic', }), 'subentry_id': 'ABCDEF', 'subentry_type': 'topic', 'title': 'mytopic', 'unique_id': 'mytopic', }), }), 'url': 'https://ntfy.sh/', }) # --- # name: test_diagnostics_redacted_url dict({ 'topics': dict({ }), 'url': 'http://**redacted**/', }) # ---