- printer test
This commit is contained in:
@@ -33,3 +33,9 @@ func TestPrintMsg(t *testing.T) {
|
||||
handleError(t, err)
|
||||
baseapi.SugarLogger.Debug(id, status)
|
||||
}
|
||||
|
||||
func TestGetPrinterStatus(t *testing.T) {
|
||||
status, err := api.GetPrinterStatus("deviceid", "devicesecret")
|
||||
handleError(t, err)
|
||||
baseapi.SugarLogger.Debug(status)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user