Skip to content

Commit dc4dc0f

Browse files
committed
version is in folder
1 parent 26ca48e commit dc4dc0f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/_test-integrations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
run: |
5454
pytest --cov mindee -m integration
5555
56-
5756
- name: Notify Slack Action on Failure
5857
uses: ravsamhq/notify-slack-action@2.3.0
5958
if: ${{ always() && github.ref_name == 'main' }}
File renamed without changes.

tests/v2/test_client_v2_integration.py renamed to tests/v2/test_client_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_unknown_webhook_ids_must_throw_error(
222222

223223
@pytest.mark.integration
224224
@pytest.mark.v2
225-
def test_url_input_source_must_not_raise_errors(
225+
def test_blank_url_input_source_must_succeed(
226226
v2_client: ClientV2,
227227
findoc_model_id: str,
228228
) -> None:

0 commit comments

Comments
 (0)