- change jd sandbox token

This commit is contained in:
gazebo
2019-01-02 18:11:51 +08:00
parent 2d525ea749
commit 4b67311ba8
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ func TestGetStationsByVenderId(t *testing.T) {
}
}
if !findStore {
baseapi.SugarLogger.Fatal("result have no store:%s", mustExistStoreID)
baseapi.SugarLogger.Fatalf("result have no store:%s", mustExistStoreID)
}
}
@@ -37,7 +37,7 @@ func TestGetStoreInfoByStationNo(t *testing.T) {
}
outSystemId := result["outSystemId"].(string)
if outSystemId != "100285" {
baseapi.SugarLogger.Fatal("outSystemId is not correct, its:%s", outSystemId)
baseapi.SugarLogger.Fatalf("outSystemId is not correct, its:%s", outSystemId)
}
}