assert SOS is K for bad ntg auth

master
bel 2022-01-17 18:45:46 -07:00
parent a6d5ae606a
commit d37f60bb3a
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ func (ntg NTGVision) search(states []config.State) (io.ReadCloser, error) {
} }
func (ntg NTGVision) refreshAuth() error { func (ntg NTGVision) refreshAuth() error {
err := ntg.refreshAuth() err := ntg._refreshAuth()
if err != nil { if err != nil {
logtr.SOSf("failed to refresh ntg auth: %v", err) logtr.SOSf("failed to refresh ntg auth: %v", err)
} }

View File

@ -73,7 +73,7 @@
"Brokers": { "Brokers": {
"NTG": { "NTG": {
"JobInfo": true, "JobInfo": true,
"Mock": true, "Mock": false,
"LoadPageURIFormat": "https://ntgvision.com/LoadDetails?loadId=%d", "LoadPageURIFormat": "https://ntgvision.com/LoadDetails?loadId=%d",
"Username": "noeasyrunstrucking@gmail.com", "Username": "noeasyrunstrucking@gmail.com",
"Password": "thumper1234" "Password": "thumper1234"