From 55b695016f7242e72a9053fa96143481a1721c21 Mon Sep 17 00:00:00 2001 From: dittrichlucas Date: Wed, 27 Oct 2021 23:45:53 -0300 Subject: [PATCH] test: fix the expected value test for windows Signed-off-by: dittrichlucas --- .github/workflows/test-credential-commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-credential-commands.yml b/.github/workflows/test-credential-commands.yml index a7f363eb4..1bef9707d 100644 --- a/.github/workflows/test-credential-commands.yml +++ b/.github/workflows/test-credential-commands.yml @@ -211,5 +211,5 @@ jobs: uses: GuillaumeFalourd/test-cli-commands-action@v1 with: command_line: ./rit.exe delete credential --provider=new_test - contains: no such file or directory + contains: The system cannot find the file specified. expected_result: PASSED