Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
actually unique txnid
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 5, 2019
1 parent f351013 commit 0350589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/client/v2_alpha/test_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def test_aggregation_redaction_redacts_edits(self):
request, channel = self.make_request(
"PUT",
"/rooms/%s/redact/%s/%s"
% (self.room, self.parent_id, "some_transaction_id"),
% (self.room, self.parent_id, "test_aggregation_redaction_redacts_edits"),
access_token=self.user_token,
)
self.render(request)
Expand Down

0 comments on commit 0350589

Please sign in to comment.