Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/toolbox-core/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,3 +691,9 @@ async def test_add_headers_duplicate_fail(self, static_header):
match=f"Client header\\(s\\) `X-Static-Header` already registered",
):
client.add_headers(static_header)


@pytest.mark.asyncio
async def test_intentional_failure():
"""This test is intentionally designed to fail for testing cloud build logs exporting workflow."""
assert False, "This is an intentional test failure"