mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-24 16:48:20 +00:00
8 lines
167 B
Bash
8 lines
167 B
Bash
#!/bin/bash
|
|
source tests/shakedown.sh
|
|
|
|
shakedown GET /.well-known/assetlinks.json
|
|
status 200
|
|
content_type 'application/json'
|
|
contains 'sha256_cert_fingerprints'
|