Skip to content

Commit 2ebcb8b

Browse files
committed
refactor: remove debug logging from connection retrieval test
1 parent 7c02292 commit 2ebcb8b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/test/ava-tests/non-saas-tests/non-saas-many-connections-e2e.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ test.serial(
6161
`> GET /connections > should return all connections without OOM when user has ${TOTAL_CONNECTIONS_COUNT} connections (${VALID_CONNECTIONS_COUNT} valid + ${INVALID_CONNECTIONS_COUNT} invalid)`,
6262
async (t) => {
6363
const { token, email, password } = await registerUserAndReturnUserInfo(app);
64-
console.log('🚀 ~ token:\n', token, '\n');
65-
console.log('🚀 ~ password:', password);
66-
console.log('🚀 ~ email:', email);
6764

6865
const dataSource = app.get<DataSource>(BaseType.DATA_SOURCE);
6966
const connectionRepository = dataSource.getRepository(ConnectionEntity);

0 commit comments

Comments
 (0)