]> source.dussan.org Git - gitea.git/commit
Convert to url auth to header auth in tests (#28484)
authorKN4CK3R <admin@oldschoolhack.me>
Thu, 21 Dec 2023 23:59:59 +0000 (00:59 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 23:59:59 +0000 (23:59 +0000)
commit838db2f8911690fa2115c6827ed73687db71bef1
tree6c364eca7570962619d0e416dcc8b175331bbf2b
parent04b235d094218b780b62f024b7ae9716ad2e633f
Convert to url auth to header auth in tests (#28484)

Related #28390
102 files changed:
tests/integration/api_actions_artifact_test.go
tests/integration/api_activitypub_person_test.go
tests/integration/api_admin_org_test.go
tests/integration/api_admin_test.go
tests/integration/api_branch_test.go
tests/integration/api_comment_attachment_test.go
tests/integration/api_comment_test.go
tests/integration/api_gpg_keys_test.go
tests/integration/api_helper_for_declarative_test.go
tests/integration/api_httpsig_test.go
tests/integration/api_issue_attachment_test.go
tests/integration/api_issue_label_test.go
tests/integration/api_issue_milestone_test.go
tests/integration/api_issue_pin_test.go
tests/integration/api_issue_reaction_test.go
tests/integration/api_issue_stopwatch_test.go
tests/integration/api_issue_subscription_test.go
tests/integration/api_issue_test.go
tests/integration/api_issue_tracked_time_test.go
tests/integration/api_keys_test.go
tests/integration/api_nodeinfo_test.go
tests/integration/api_notification_test.go
tests/integration/api_oauth2_apps_test.go
tests/integration/api_org_avatar_test.go
tests/integration/api_org_test.go
tests/integration/api_packages_alpine_test.go
tests/integration/api_packages_cargo_test.go
tests/integration/api_packages_chef_test.go
tests/integration/api_packages_composer_test.go
tests/integration/api_packages_conan_test.go
tests/integration/api_packages_conda_test.go
tests/integration/api_packages_container_test.go
tests/integration/api_packages_cran_test.go
tests/integration/api_packages_debian_test.go
tests/integration/api_packages_generic_test.go
tests/integration/api_packages_goproxy_test.go
tests/integration/api_packages_helm_test.go
tests/integration/api_packages_maven_test.go
tests/integration/api_packages_npm_test.go
tests/integration/api_packages_nuget_test.go
tests/integration/api_packages_pub_test.go
tests/integration/api_packages_pypi_test.go
tests/integration/api_packages_rpm_test.go
tests/integration/api_packages_rubygems_test.go
tests/integration/api_packages_swift_test.go
tests/integration/api_packages_test.go
tests/integration/api_packages_vagrant_test.go
tests/integration/api_pull_review_test.go
tests/integration/api_pull_test.go
tests/integration/api_releases_test.go
tests/integration/api_repo_avatar_test.go
tests/integration/api_repo_collaborator_test.go
tests/integration/api_repo_edit_test.go
tests/integration/api_repo_file_create_test.go
tests/integration/api_repo_file_delete_test.go
tests/integration/api_repo_file_update_test.go
tests/integration/api_repo_files_change_test.go
tests/integration/api_repo_get_contents_list_test.go
tests/integration/api_repo_get_contents_test.go
tests/integration/api_repo_git_blobs_test.go
tests/integration/api_repo_git_commits_test.go
tests/integration/api_repo_git_hook_test.go
tests/integration/api_repo_git_notes_test.go
tests/integration/api_repo_git_ref_test.go
tests/integration/api_repo_git_tags_test.go
tests/integration/api_repo_git_trees_test.go
tests/integration/api_repo_hook_test.go
tests/integration/api_repo_lfs_migrate_test.go
tests/integration/api_repo_lfs_test.go
tests/integration/api_repo_raw_test.go
tests/integration/api_repo_secrets_test.go
tests/integration/api_repo_tags_test.go
tests/integration/api_repo_teams_test.go
tests/integration/api_repo_test.go
tests/integration/api_repo_topic_test.go
tests/integration/api_team_test.go
tests/integration/api_team_user_test.go
tests/integration/api_token_test.go
tests/integration/api_twofa_test.go
tests/integration/api_user_avatar_test.go
tests/integration/api_user_email_test.go
tests/integration/api_user_follow_test.go
tests/integration/api_user_heatmap_test.go
tests/integration/api_user_info_test.go
tests/integration/api_user_org_perm_test.go
tests/integration/api_user_orgs_test.go
tests/integration/api_user_search_test.go
tests/integration/api_user_secrets_test.go
tests/integration/api_user_star_test.go
tests/integration/api_user_watch_test.go
tests/integration/api_wiki_test.go
tests/integration/cors_test.go
tests/integration/empty_repo_test.go
tests/integration/eventsource_test.go
tests/integration/integration_test.go
tests/integration/org_test.go
tests/integration/privateactivity_test.go
tests/integration/pull_merge_test.go
tests/integration/pull_status_test.go
tests/integration/pull_update_test.go
tests/integration/repo_search_test.go
tests/integration/user_test.go