Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Apr 30, 2024
1 parent 3816543 commit 1b985d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api/configuration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = () => {
expect(response.status).to.equal(200);
expect(response.body).to.eql({
data: {
AliEcsGuiUrl: 'http://localhost:8080',
FlpInfologgerUrl: 'http://localhost:8081',
EpnInfologgerUrl: null,
AliFlpIndexUrl: 'http://localhost:80',
Expand Down

0 comments on commit 1b985d6

Please sign in to comment.