You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
522 B

package v2
// func TestV2Force(t *testing.T) {
// convey.SkipConvey("Force", t, func(ctx convey.C) {
// var (
// appID = int64(24)
// hostname = "apm-admin-31733-7c776f4d86-rxv6z"
// )
// ctx.Convey("When everything goes positive", func(ctx convey.C) {
// version, err := d.Force(appID, hostname)
// ctx.Convey("Then err should be nil.version should not be nil.", func(ctx convey.C) {
// ctx.So(err, convey.ShouldBeNil)
// ctx.So(version, convey.ShouldNotBeNil)
// })
// })
// })
// }