sochotni / taskotron / resultsdb

Forked from taskotron/resultsdb 6 years ago
Clone

50545c5 self.credentials is not a thing.

Authored and Committed by ralph 6 years ago
    self.credentials is not a thing.
    
    I'm not sure how this made it in last time, but `self.credentials` is not
    defined, nor is it needed.  All of the connection information should be stored
    in `self.connection`.
    
    Found via testing against a real live ActiveMQ broker.
    
        
file modified
+1 -1