Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Oct 16, 2024
1 parent ed84d5f commit bbcf663
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 bbcf663

Please sign in to comment.