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: