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.
1 parent a235844 commit 1ce1db6Copy full SHA for 1ce1db6
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