From bbcf663daf5d68990bc2af50b8f0665ba7feeed3 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Wed, 16 Oct 2024 18:09:21 +0100 Subject: [PATCH] typo --- test/unit/forge/ee/routes/teamBroker/index_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/forge/ee/routes/teamBroker/index_spec.js b/test/unit/forge/ee/routes/teamBroker/index_spec.js index 978b43e2bd..e452be5a84 100644 --- a/test/unit/forge/ee/routes/teamBroker/index_spec.js +++ b/test/unit/forge/ee/routes/teamBroker/index_spec.js @@ -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({