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 27 lines 640 B view raw
1--- 2title: Multiple Scrubbers 3test_name: TestBuiltInScrubbers 4file_name: scrubbers_test.go 5version: 0.1.0 6--- 7{ 8 "api_key": "<API_KEY>", 9 "backup_card": "<CREDIT_CARD>", 10 "backup_email": "<EMAIL>", 11 "birth_date": "<DATE>", 12 "card_number": "<CREDIT_CARD>", 13 "client_ip": "<IP>", 14 "created_at": "<TIMESTAMP>", 15 "email": "<EMAIL>", 16 "jwt_token": "<JWT>", 17 "message": "Connection from <IP>", 18 "name": "John Doe", 19 "server_ip": "<IP>", 20 "session_id": "<UUID>", 21 "stripe_key": "<API_KEY>", 22 "unix_created": <UNIX_TS>, 23 "unix_updated": <UNIX_TS>, 24 "updated_at": "<TIMESTAMP>", 25 "us_format_date": "<DATE>", 26 "user_id": "<UUID>" 27}