Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web
Commits
97645f40
Commit
97645f40
authored
2 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
cypress: Fix test failing with django 4.x
Related to
#4734
parent
2516b1cd
No related branches found
No related tags found
1 merge request
!1114
Add django 4 support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cypress/e2e/add-forge-now-request-dashboard.cy.js
+1
-2
1 addition, 2 deletions
cypress/e2e/add-forge-now-request-dashboard.cy.js
with
1 addition
and
2 deletions
cypress/e2e/add-forge-now-request-dashboard.cy.js
+
1
−
2
View file @
97645f40
...
...
@@ -50,7 +50,6 @@ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.8.0
To:
${
requestData
.
forge_contact_email
}
Cc:
${
requestInboundEmailAddress
}
Reply-To:
${
requestInboundEmailAddress
}
Subject: Software Heritage archival notification for test.example.com
Content-Language: en-US
From: Test Admin <admin@example.com>
...
...
@@ -63,7 +62,7 @@ The mission of Software Heritage is to collect, preserve and share all
the publicly available source code (see
https://www.softwareheritage.org for more information).
We just received a request to add the forge hosted at
<%= forgeUrl %>
We just received a request to add the forge hosted at
${
requestData
.
forge_url
}
to the list of software origins that are archived, and it is our
understanding that you are the contact person for this forge.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment