Upgrades to Beego v1.8.0

This commit is contained in:
Deluan
2017-04-01 10:59:31 -04:00
parent 29519fe22f
commit 7202f618fe
3 changed files with 56 additions and 49 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func TestGetIndexes(t *testing.T) {
So(UnindentJSON(w.Body.Bytes()), ShouldContainSubstring, emptyResponse)
})
Convey("And it should return empty if 'ifModifiedSince' is the asme as tie index last update", func() {
Convey("And it should return empty if 'ifModifiedSince' is the same as the index last update", func() {
mockRepo.SetData(`[{"Id": "A","Artists": [
{"ArtistId": "21", "Artist": "Afrolicious"}
]}]`, 2)