Skip to content

Commit ad397b2

Browse files
wasabigeeksoedirgo
authored andcommitted
test: Remove unnecessary column from select
1 parent b063f62 commit ad397b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ describe('/tables', async () => {
342342
const { data: primaryKeys } = await axios.post(
343343
`${URL}/query`,
344344
{ query: `
345-
SELECT a.attname, format_type(a.atttypid, a.atttypmod) AS data_type
345+
SELECT a.attname
346346
FROM pg_index i
347347
JOIN pg_attribute a ON a.attrelid = i.indrelid
348348
AND a.attnum = ANY(i.indkey)

0 commit comments

Comments
 (0)