Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix #106.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiez Zalila committed Feb 24, 2020
1 parent 239216a commit ee13c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__tests__/1-adminer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const dragAndDrop = require('../lib/helpers').dragAndDrop
const Sequencer = require('@jest/test-sequencer').default

// 'http://adminer.newtech4steel.cetic.be'
const url = 'http://adminer.newtech4steel.cetic.be'
const url = 'http://192.168.99.164:32749'
//const utils = require('../lib/utils')

describe('Test the authentification to the Adminer service', () => {
Expand Down

1 comment on commit ee13c21

@fzalila
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit does not fix #106.

Please sign in to comment.