Skip to content

Commit

Permalink
Pass failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 12, 2023
1 parent 774d506 commit 7473a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-app/tech-robots/ui-test-_misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const kDefaultRoute = require('./controller.js').OLSKControllerRoutes().shift();
describe('ZDARobots_Misc', function () {

it('sends text', async function () {
return browser.assert.deepEqual(await (await browser.fetch('http://localhost' + kDefaultRoute.OLSKRoutePath)).text(), require('OLSKRobots').OLSKRobotsTXT([
return browser.assert.deepEqual(await (await browser.fetch('http://localhost:' + process.env.PORT + kDefaultRoute.OLSKRoutePath)).text(), require('OLSKRobots').OLSKRobotsTXT([
require('../open-vitrine/controller.js').OLSKControllerRoutes().shift(),
require('../open-glance/controller.js').OLSKControllerRoutes().shift(),
require('../api-projects/controller.js').OLSKControllerRoutes().shift(),
Expand Down

0 comments on commit 7473a2b

Please sign in to comment.