Skip to content

Commit

Permalink
Merge branch 'emqx-backend-update' into team-broker-client-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Oct 16, 2024
2 parents d71b647 + bbcf663 commit 1c208c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/forge/ee/routes/teamBroker/index_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe('Team Broker API', function () {
result.should.have.property('result', 'allow')
result.should.have.property('is_superuser', false)
result.should.have.property('client_attrs')
result.client_attrs.should.have.property('team', 'ff/v1/internal/c')
result.client_attrs.should.have.property('team', 'ff/v1/internal/c/')
})
it('Test Authentication forge_platform fail', async function () {
const response = await app.inject({
Expand Down

0 comments on commit 1c208c0

Please sign in to comment.