commit 32e7366c96b83c991ee959cd0fe1aca00bdd1c60
parent 7ea3c0d60c1346b18bf4af6463bdab5726e8ce27
Author: Florian Dold <florian@dold.me>
Date: Thu, 7 May 2026 22:12:22 +0200
fix public/private key mismatch in test
The test_exchange_api.conf had a public key that doesn't match the
testing private key committed to test_exchange_api_home/.
The unified test setup patches the public key. The test binary, however,
is confusingly accessing the *unpatched* version of the config file,
resulting in a mismatch, causing test_auditor_api to fail.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf
@@ -57,7 +57,7 @@ TINY_AMOUNT = EUR:0.01
TERMS_ETAG = exchange-tos-tops-v0
PRIVACY_ETAG = 0
PORT = 8081
-MASTER_PUBLIC_KEY = W91R2NPHGP9TD36EXCAWNTW63QHEED4P12SNTKPE1WD5YM6MVA40
+MASTER_PUBLIC_KEY = S2PF0H375EQC7C0SQ6T8VH09GA1EVFBDXKS5KRBQAW8XW5KBHT9G
DB = postgres
BASE_URL = "http://localhost:8081/"
EXPIRE_SHARD_SIZE ="300 ms"