Replace All-Hands-AI references with OpenHands (#11287)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Robert Brennan
2025-10-25 19:52:45 -04:00
committed by GitHub
parent 2631294e79
commit b5e00f577c
80 changed files with 149 additions and 149 deletions

View File

@@ -17,7 +17,7 @@ def test_initialize_repository_for_runtime(temp_dir, runtime_cls, run_as_openhan
runtime, config = _load_runtime(temp_dir, runtime_cls, run_as_openhands)
mock_repo = Repository(
id='1232',
full_name='All-Hands-AI/OpenHands',
full_name='OpenHands/OpenHands',
git_provider=ProviderType.GITHUB,
is_public=True,
)
@@ -27,7 +27,7 @@ def test_initialize_repository_for_runtime(temp_dir, runtime_cls, run_as_openhan
return_value=mock_repo,
):
repository_dir = initialize_repository_for_runtime(
runtime, selected_repository='All-Hands-AI/OpenHands'
runtime, selected_repository='OpenHands/OpenHands'
)
assert repository_dir is not None