Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymintzer committed Mar 9, 2018
1 parent 7c930f1 commit bfc1fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/endToEnd/teams.test.js
Expand Up @@ -315,7 +315,7 @@ lab.experiment('Teams - get/list', () => {
const teamId = 'idontexist'
const options = utils.requestOptions({
method: 'GET',
url: `/authorization/teams/$${teamId}/users`
url: `/authorization/teams/${teamId}/users`
})

server.inject(options, (response) => {
Expand Down

0 comments on commit bfc1fa2

Please sign in to comment.