We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcfb23 commit cda6c9dCopy full SHA for cda6c9d
1 file changed
pkg/github/discussions_test.go
@@ -75,16 +75,16 @@ var (
75
"createdAt": "2023-02-20T00:00:00Z",
76
"updatedAt": "2023-02-20T00:00:00Z",
77
"author": map[string]any{"login": "org-admin"},
78
- "url": "https://github.com/owner/.github/discussions/2",
+ "url": "https://github.com/owner/.github/discussions/3",
79
"category": map[string]any{"name": "General"},
80
},
81
{
82
"number": 4,
83
- "title": "Org Discussion 2 - Roadmap 2025",
+ "title": "Org Discussion 4 - Roadmap 2025",
84
85
86
87
+ "url": "https://github.com/owner/.github/discussions/4",
88
89
90
0 commit comments