File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,16 @@ func TestAlertConfig(t *testing.T) {
79
79
assert .FailNow (t , "Failed to create alert setting" )
80
80
}
81
81
82
- // TODO: Uncomment once CLOUDP-135288 is resolved
83
- // t.Run("List", func(t *testing.T) {
84
- // cmd := exec.Command(cliPath,
85
- // alertsEntity,
86
- // configEntity,
87
- // "ls",
88
- // "-o=json")
89
- // cmd.Env = os.Environ()
90
- // resp, err := cmd.CombinedOutput()
91
- // assert.NoError(t, err, string(resp))
92
- // })
82
+ t .Run ("List" , func (t * testing.T ) {
83
+ cmd := exec .Command (cliPath ,
84
+ alertsEntity ,
85
+ configEntity ,
86
+ "ls" ,
87
+ "-o=json" )
88
+ cmd .Env = os .Environ ()
89
+ resp , err := cmd .CombinedOutput ()
90
+ assert .NoError (t , err , string (resp ))
91
+ })
93
92
94
93
t .Run ("Update" , func (t * testing.T ) {
95
94
cmd := exec .Command (cliPath ,
You can’t perform that action at this time.
0 commit comments