From 94432559117b07187c519ace75d8d576228b216e Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 16 Jan 2024 15:42:53 +0100 Subject: [PATCH] test whether string test can fail --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index addaeb0..66079b1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: - name: Sync the library run: poetry run seafile-mirror -c tests -v - name: Attempt to find expected string in library - run: grep "__ci_test_expect__" tests/ci-test/testfile.txt + run: grep "__ci_test_expectXXX__" tests/ci-test/testfile.txt # PYLINT / BLACK / ISORT / MYPY pylint: