- change jd sandbox token
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user