Skip to content

Commit

Permalink
(feature) Add api endpoint information to list endpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
AHarmlessPyro committed Sep 9, 2022
1 parent 0149d03 commit 2ad1d36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/api/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ export const listTests = async (req: Request, res: Response): Promise<void> => {
.createQueryBuilder("test")
.select()
.leftJoinAndSelect(
ApiEndpoint,
"test.apiEndpoint",
"endpoint",
"test.apiEndpointUuid = endpoint.uuid",
)
if (hostname) {
resp = await partial_resp
Expand Down

0 comments on commit 2ad1d36

Please sign in to comment.