We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efc6de commit cb30e6dCopy full SHA for cb30e6d
tests/integration/feeds/test_feeds_client.py
@@ -11,12 +11,11 @@
11
12
13
FEED_DESCRIPTION = "Sample feed for uploading packages"
14
-PACKAGE_PATH = (
+PACKAGE_PATH = str(
15
Path(__file__).parent.resolve()
16
/ "test_files"
17
/ "sample-measurement_0.5.0_windows_x64.nipkg"
18
)
19
-INVALID_PACKAGE_PATH = Path(__file__).parent.resolve()
20
21
22
@pytest.fixture(scope="class")
0 commit comments