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 d9f933a commit a6fb4abCopy full SHA for a6fb4ab
tests/test_generate_url.py
@@ -7,7 +7,7 @@
7
class TestGenerateURL(unittest.TestCase):
8
def setUp(self) -> None:
9
self.client = ImageKit(
10
- private_key=os.environ.get("private_key"),
+ private_key="fake111",
11
public_key="fake122",
12
url_endpoint="https://ik.imagekit.io/your_imagekit_id/",
13
)
0 commit comments