Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Oct 15, 2024
1 parent c72bdaa commit b50a4e1
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 @@ -138,7 +138,7 @@ describe('Team Broker API', function () {
}
response = await app.inject({
method: 'GET',
url: `/api/v1/teams/${app.team.hashid}/broker/clientss`,
url: `/api/v1/teams/${app.team.hashid}/broker/clients`,
cookies: { sid: TestObjects.tokens.alice }
})
result = response.json()
Expand Down

0 comments on commit b50a4e1

Please sign in to comment.