gkarr gm new workflows (#35712)
- **Adding new command gm milestone report to veiw all statuses from all projects for all issues tied to a milestone** - **Add descriptions to workflow select and new workflows** - **Adding new commands**
This commit is contained in:
@@ -124,14 +124,16 @@ func TestParseJSONtoProjectItems(t *testing.T) {
|
||||
|
||||
func TestAliases(t *testing.T) {
|
||||
expectedAliases := map[string]int{
|
||||
"mdm": 58,
|
||||
"g-mdm": 58,
|
||||
"draft": 67,
|
||||
"drafting": 67,
|
||||
"g-software": 70,
|
||||
"soft": 70,
|
||||
"g-orchestration": 71,
|
||||
"orch": 71,
|
||||
"mdm": 58,
|
||||
"g-mdm": 58,
|
||||
"draft": 67,
|
||||
"drafting": 67,
|
||||
"g-software": 70,
|
||||
"soft": 70,
|
||||
"g-orchestration": 71,
|
||||
"orch": 71,
|
||||
"sec": 97,
|
||||
"g-security-compliance": 97,
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(Aliases, expectedAliases) {
|
||||
|
||||
Reference in New Issue
Block a user