Skip to content

Commit a6fb4ab

Browse files
committed
test: fix client initialisation in url tests
1 parent d9f933a commit a6fb4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generate_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class TestGenerateURL(unittest.TestCase):
88
def setUp(self) -> None:
99
self.client = ImageKit(
10-
private_key=os.environ.get("private_key"),
10+
private_key="fake111",
1111
public_key="fake122",
1212
url_endpoint="https://ik.imagekit.io/your_imagekit_id/",
1313
)

0 commit comments

Comments
 (0)