ryan 7 anni fa
parent
commit
b39fb7fdd5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pkg/api/annotations_test.go

+ 2 - 2
pkg/api/annotations_test.go

@@ -82,7 +82,7 @@ func TestAnnotationsApiEndpoint(t *testing.T) {
 			})
 			})
 
 
 			Convey("Should note be able to save an annotation", func() {
 			Convey("Should note be able to save an annotation", func() {
-				cmd := dtos.PostAnnotationsCmd{
+				cmd = dtos.PostAnnotationsCmd{
 					Time: 1000,
 					Time: 1000,
 					Text: "annotation text",
 					Text: "annotation text",
 				}
 				}
@@ -91,7 +91,7 @@ func TestAnnotationsApiEndpoint(t *testing.T) {
 					So(sc.resp.Code, ShouldEqual, 500)
 					So(sc.resp.Code, ShouldEqual, 500)
 				})
 				})
 
 
-				cmd := dtos.PostAnnotationsCmd{
+				cmd = dtos.PostAnnotationsCmd{
 					Time:        1000,
 					Time:        1000,
 					DashboardId: 3,
 					DashboardId: 3,
 				}
 				}