diff options
author | Florian Dold <florian@dold.me> | 2021-03-01 23:25:21 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-03-01 23:25:21 +0100 |
commit | e29a6603fd830338742d295b426728cfd7c9c4af (patch) | |
tree | ca60f138b4a7a9e2765571c197b165ce41e0e009 /src/testing/test_merchant_api.c | |
parent | c18d676333c148a3c9fb5eea75089c1cff599c21 (diff) |
towards updated auth API (tests still missing)
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r-- | src/testing/test_merchant_api.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index ea1e1258..93b6194f 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -1262,7 +1262,10 @@ run (void *cls, "EUR:0.2", GNUNET_TIME_UNIT_MINUTES, GNUNET_TIME_UNIT_MINUTES, - RFC_8959_PREFIX "EXAMPLE", + // FIXME: change this back once + // we have a update auth test CMD + //RFC_8959_PREFIX "EXAMPLE", + NULL, MHD_HTTP_NO_CONTENT), TALER_TESTING_cmd_merchant_patch_instance ("instance-patch-ACL", merchant_url, |