Skip to content

Commit 66b6d55

Browse files
committed
Fix: New aleph-message dependency requires acceptable format
1 parent 8c925d9 commit 66b6d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_asynchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ async def test_create_store(mock_session_with_post_success):
126126
async def test_create_program(mock_session_with_post_success):
127127
async with mock_session_with_post_success as session:
128128
program_message, message_status = await session.create_program(
129-
program_ref="FAKE-HASH",
129+
program_ref="cafecafecafecafecafecafecafecafecafecafecafecafecafecafecafecafe",
130130
entrypoint="main:app",
131-
runtime="FAKE-HASH",
131+
runtime="facefacefacefacefacefacefacefacefacefacefacefacefacefacefaceface",
132132
channel="TEST",
133133
)
134134

0 commit comments

Comments
 (0)