Skip to content

Commit

Permalink
Update test_sdk_yaml_collection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhm authored Nov 8, 2023
1 parent e1eae09 commit 26b0948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/tests/yaml_tests/test_sdk_yaml_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import pytest

from test_collections.sdk_tests.support.paths import SDK_CHECKOUT_PATH
from test_collections.sdk_tests.support.yaml_tests.models.test_declarations import (
YamlCaseDeclaration,
YamlCollectionDeclaration,
Expand All @@ -32,7 +33,7 @@
)

VERSION_FILE_FILENAME = ".version"
VERSION_FILE_PATH = Path("/app/backend/test_collections/sdk_tests/sdk_checkout/")
VERSION_FILE_PATH = SDK_CHECKOUT_PATH


@pytest.fixture
Expand Down

0 comments on commit 26b0948

Please sign in to comment.