Skip to content

Commit 446cf82

Browse files
author
Andrei Bratu
committed
linting issues
1 parent b3060c8 commit 446cf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utilities/test_prompt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def call_llm_with_hl_call(messages: list[dict]):
361361
assert len(response.items) == 1 # type: ignore
362362

363363

364-
@pytest.mark.skip(retries=3, delay=5)
364+
@pytest.mark.flaky(retries=3, delay=5)
365365
def test_overridden_call_with_prompt_in_prompt(
366366
humanloop_client: Humanloop,
367367
test_directory: DirectoryIdentifiers,
@@ -410,7 +410,7 @@ def outer_call_llm_with_hl_call(messages: list[dict]):
410410
)
411411

412412
# Wait for the workspace to be updated
413-
time.wait(3)
413+
time.sleep(3)
414414

415415
assert output is not None
416416
response = humanloop_client.directories.get(id=test_directory.id)

0 commit comments

Comments
 (0)