Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
2d42e586
Unverified
Commit
2d42e586
authored
3 years ago
by
reivilibre
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11522)
parent
2f053f3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/11522.feature
+1
-0
1 addition, 0 deletions
changelog.d/11522.feature
tests/rest/client/test_auth.py
+1
-1
1 addition, 1 deletion
tests/rest/client/test_auth.py
with
2 additions
and
1 deletion
changelog.d/11522.feature
0 → 100644
+
1
−
0
View file @
2d42e586
Stabilise support for [MSC2918](https
:
//github.com/matrix-org/matrix-doc/blob/main/proposals/2918-refreshtokens.md
#msc2918-refresh-tokens) refresh tokens as they have now been merged into the Matrix specification.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tests/rest/client/test_auth.py
+
1
−
1
View file @
2d42e586
...
@@ -703,7 +703,7 @@ class RefreshAuthTests(unittest.HomeserverTestCase):
...
@@ -703,7 +703,7 @@ class RefreshAuthTests(unittest.HomeserverTestCase):
login_response1
=
self
.
make_request
(
login_response1
=
self
.
make_request
(
"
POST
"
,
"
POST
"
,
"
/_matrix/client/r0/login
"
,
"
/_matrix/client/r0/login
"
,
{
"
org.matrix.msc2918.
refresh_token
"
:
True
,
**
body
},
{
"
refresh_token
"
:
True
,
**
body
},
)
)
self
.
assertEqual
(
login_response1
.
code
,
200
,
login_response1
.
result
)
self
.
assertEqual
(
login_response1
.
code
,
200
,
login_response1
.
result
)
self
.
assertApproximates
(
self
.
assertApproximates
(
...
...
This diff is collapsed.
Click to expand it.
Tulir Asokan
@tulir
mentioned in commit
158d73eb
·
3 years ago
mentioned in commit
158d73eb
mentioned in commit 158d73ebdd61eef33831ae5f6990acf07244fc55
Toggle commit list
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