Skip to content

Commit

Permalink
fix tags test
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Sep 27, 2024
1 parent 63a524d commit 964795d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ function init(tagKey: string) {
return initializeOrg({
router: {
location: {
query: {tagDrawerKey: tagKey},
pathname: '/organizations/:orgId/issues/:groupId/',
query: {},
},
params: {orgId: 'org-slug', groupId: group.id},
params: {orgId: 'org-slug', groupId: group.id, tagKey},
},
});
}
Expand Down

0 comments on commit 964795d

Please sign in to comment.