diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-31 09:40:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-31 09:40:18 +0100 |
commit | 37bfb3da42186329f9cf4fa35dabc3fa5b5a2258 (patch) | |
tree | 17afa6c4ff1dda6a2b1d876dd200a11e9bd36eea /src | |
parent | bcd4750347c4674a68a9a689f27cb1aea2a23234 (diff) |
do not start oauth2 service twice
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/test_kyc_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index a0178db06..f7cf1ce97 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -201,8 +201,6 @@ run (void *cls, }; struct TALER_TESTING_Command wallet_kyc[] = { - TALER_TESTING_cmd_oauth ("start-oauth-service", - 6666), TALER_TESTING_cmd_wallet_kyc_get ("wallet-kyc-fail", NULL, "EUR:1000000", |