From f4511929dbec7fb617a4c721cda609a481a82588 Mon Sep 17 00:00:00 2001 From: John ODonnell Date: Mon, 2 Oct 2023 14:43:40 -0400 Subject: [PATCH] CONTRIB: fix cmd for running only specific test case --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ccd33c..44ca22b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ To ensure your changes work as expected, you can run the [automated tests](#auto * Run a subset of a clients tests by including an argument with the full package path of the tests to run: ```shell - $ ./bin/test_integration -l python --test test_authn_api.TestAuthnApi.test_authenticate_200 + $ ./bin/test_integration -l python --test auth.test_authentication_api.TestAuthnApi.test_get_access_token_200 ``` * Tests can be run against Conjur Enterprise. * This requires access to the CyberArk Docker registry in order to pull Conjur Enterprise images