Skip to content

Commit

Permalink
Change use localhost in IT
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Apr 10, 2018
1 parent b63ae33 commit 9fa1e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/core.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const assert = require('assert');
const sepa = require('../../lib/core').client
var config_host = "mml.arces.unibo.it"
var config_host = "localhost"

describe('Integration tests for api', function() {
it('test subscription', function(done) {
Expand Down

0 comments on commit 9fa1e05

Please sign in to comment.