node fixtures: Add id field to realm_filters tuple.

This commit is contained in:
Steve Howell 2020-08-08 13:15:01 +00:00 committed by Steve Howell
parent 6f97e9dfa9
commit 8ba55b090a
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ exports.fixtures = {
realm_filters: {
type: "realm_filters",
realm_filters: [["#[123]", "ticket %(id)s"]],
realm_filters: [["#[123]", "ticket %(id)s", 55]],
},
realm_user__add: {