[attester] Remove mapping from testing config (#419)

This commit is contained in:
Ali Behjati 2022-12-08 14:03:27 +01:00 committed by GitHub
parent 90a9037ae1
commit e536b3a61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -170,14 +170,6 @@ symbol_groups:
price: {price}
product: {product}"""
cfg_yaml += f"""
- group_name: mapping
conditions:
min_interval_secs: 10
price_changed_bps: 500
symbols: []
"""
with open(P2W_ATTESTATION_CFG, "w") as f:
f.write(cfg_yaml)
f.flush()