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 8c925d9 commit 66b6d55Copy full SHA for 66b6d55
tests/unit/test_asynchronous.py
@@ -126,9 +126,9 @@ async def test_create_store(mock_session_with_post_success):
126
async def test_create_program(mock_session_with_post_success):
127
async with mock_session_with_post_success as session:
128
program_message, message_status = await session.create_program(
129
- program_ref="FAKE-HASH",
+ program_ref="cafecafecafecafecafecafecafecafecafecafecafecafecafecafecafecafe",
130
entrypoint="main:app",
131
- runtime="FAKE-HASH",
+ runtime="facefacefacefacefacefacefacefacefacefacefacefacefacefacefaceface",
132
channel="TEST",
133
)
134
0 commit comments