We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a235844 + 1ce1db6 commit 3743423Copy full SHA for 3743423
src/models/connection.js
@@ -24,7 +24,7 @@ module.exports = Connection.extend({
24
test: function(done) {
25
var model = this;
26
debug('Testing connection to `%j`...', this);
27
- client.test(app.endpoint, this, function(err) {
+ client.test(app.endpoint, this.serialize(), function(err) {
28
if (err) {
29
return done(err);
30
}
0 commit comments