Approval-based snapshot testing library for Go (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 28 lines 551 B view raw
1--- 2title: Real World API Response 3test_name: TestComplexRealWorldExample 4file_name: ignore_test.go 5version: 0.1.0 6--- 7{ 8 "metadata": { 9 "server_ip": "<IP>", 10 "session_token": "<JWT>", 11 "user_agent": "Mozilla/5.0" 12 }, 13 "request_id": "<UUID>", 14 "timestamp": "<TIMESTAMP>", 15 "transaction": { 16 "amount": 99.99, 17 "currency": "USD", 18 "id": "txn_abc123", 19 "timestamp": "<TIMESTAMP>" 20 }, 21 "user": { 22 "created_at": "<TIMESTAMP>", 23 "email": "<EMAIL>", 24 "id": "<UUID>", 25 "ip_address": "<IP>", 26 "name": "John Doe" 27 } 28}