Skip to content

Commit

Permalink
Merge pull request #222 from progress/alan/updateBasic
Browse files Browse the repository at this point in the history
Updated JSDOSession smoke tests to use private containers
  • Loading branch information
joshualan authored Oct 8, 2018
2 parents 828493a + 34629b9 commit 0f8e70a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/smoke.jsdosession.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ describe('JSDOSession Smoke Tests', () => {

it('should connect to an existing basic backend', function () {
let getSession = progress.data.getSession({
serviceURI: 'http://oemobiledemo.progress.com/OEMobileDemoServicesBasic/',
catalogURI: 'http://oemobiledemo.progress.com/OEMobileDemoServicesBasic/static/CustomerService.json',
serviceURI: 'http://172.29.18.125:8894/OEMobileDemoServicesBasic',
catalogURI: 'http://172.29.18.125:8894/OEMobileDemoServicesBasic/static/CustomerService.json',
authenticationModel: 'basic',
username: 'basicuser',
password: 'basicpassword'
username: 'restuser',
password: 'password'
}).then((object) => {
object.jsdosession.invalidate();
return object.result;
Expand Down

0 comments on commit 0f8e70a

Please sign in to comment.