We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b90762 commit 9962062Copy full SHA for 9962062
1 file changed
tests/test_cover.py
@@ -12,7 +12,7 @@
12
from src.cover.image_model_sdk.kling_sdk import kling_generate_cover
13
14
class BaseTest(unittest.TestCase):
15
- file_path = ""
+ file_path = "your_image_path"
16
17
18
class TestAmazonMain(BaseTest):
0 commit comments