Skip to content

Commit 2ca7283

Browse files
committed
📦 chore: console log 삭제
1 parent c894122 commit 2ca7283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/test/integration-test-global-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const createRabbitMQContainer = async () => {
6464
process.env.RABBITMQ_PORT = rabbitMQContainer.getMappedPort(5672).toString();
6565
process.env.RABBITMQ_DEFAULT_USER = 'guest';
6666
process.env.RABBITMQ_DEFAULT_PASS = 'guest';
67-
const result = await rabbitMQContainer.exec([
67+
await rabbitMQContainer.exec([
6868
'rabbitmqctl',
6969
'import_definitions',
7070
'/etc/rabbitmq/definitions.json',

0 commit comments

Comments
 (0)