Skip to content

Commit

Permalink
Update test/unit/forge/routes/api/assistant_spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
  • Loading branch information
Steve-Mcl and knolleary authored Jul 10, 2024
1 parent 95d78e3 commit 14cef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/forge/routes/api/assistant_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Assistant API', async function () {
it('anonymous cannot access', async function () {
const response = await app.inject({
method: 'GET',
url: `/api/v1/assistant/${serviceName}n`
url: `/api/v1/assistant/${serviceName}`
})
response.statusCode.should.equal(401)
})
Expand Down

0 comments on commit 14cef75

Please sign in to comment.