@@ -256,7 +256,6 @@ def test_migration_page_initial_state(self, request):
256256
257257 assert context ["step" ] == "overview"
258258 assert context ["step_connect_completed" ] is False
259- assert context ["github_app_name" ] == "readthedocs"
260259 assert list (context ["migrated_projects" ]) == []
261260 assert (
262261 context ["old_application_link" ]
@@ -344,7 +343,6 @@ def test_migration_page_step_connect_done(self, request):
344343
345344 assert context ["step" ] == "overview"
346345 assert context ["step_connect_completed" ] is True
347- assert context ["github_app_name" ] == "readthedocs"
348346 assert list (context ["migrated_projects" ]) == []
349347 assert (
350348 context ["old_application_link" ]
@@ -437,7 +435,6 @@ def test_migration_page_step_install_done(self, request):
437435
438436 assert context ["step" ] == "overview"
439437 assert context ["step_connect_completed" ] is True
440- assert context ["github_app_name" ] == "readthedocs"
441438 assert list (context ["migrated_projects" ]) == []
442439 assert (
443440 context ["old_application_link" ]
@@ -541,7 +538,6 @@ def test_migration_page_step_migrate_one_project(
541538
542539 assert context ["step" ] == "overview"
543540 assert context ["step_connect_completed" ] is True
544- assert context ["github_app_name" ] == "readthedocs"
545541 assert list (context ["migrated_projects" ]) == [
546542 self .project_with_remote_repository ,
547543 ]
@@ -638,7 +634,6 @@ def test_migration_page_step_migrate_all_projects(
638634
639635 assert context ["step" ] == "overview"
640636 assert context ["step_connect_completed" ] is True
641- assert context ["github_app_name" ] == "readthedocs"
642637 assert list (context ["migrated_projects" ]) == [
643638 self .project_with_remote_repository ,
644639 self .project_with_remote_organization ,
@@ -731,7 +726,6 @@ def test_migration_page_step_migrate_one_project_with_errors(
731726
732727 assert context ["step" ] == "overview"
733728 assert context ["step_connect_completed" ] is True
734- assert context ["github_app_name" ] == "readthedocs"
735729 assert list (context ["migrated_projects" ]) == [
736730 self .project_with_remote_repository ,
737731 ]
@@ -824,7 +818,6 @@ def test_migration_page_step_revoke_done(self, request):
824818
825819 assert context ["step" ] == "overview"
826820 assert context ["step_connect_completed" ] is True
827- assert context ["github_app_name" ] == "readthedocs"
828821 assert list (context ["migrated_projects" ]) == []
829822 assert (
830823 context ["old_application_link" ]
0 commit comments