From f4391539679441913b56a879e6638fe257df3d5a Mon Sep 17 00:00:00 2001 From: Asti Date: Tue, 13 Jul 2021 18:50:41 +0530 Subject: [PATCH] Remove launchSettings --- .../FsKafka.Integration/Properties/launchSettings.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/FsKafka.Integration/Properties/launchSettings.json diff --git a/tests/FsKafka.Integration/Properties/launchSettings.json b/tests/FsKafka.Integration/Properties/launchSettings.json deleted file mode 100644 index 6c7e26f..0000000 --- a/tests/FsKafka.Integration/Properties/launchSettings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "profiles": { - "FsKafka.Integration": { - "commandName": "Project", - "environmentVariables": { - "TEST_KAFKA_BROKER": "1" - } - } - } -} \ No newline at end of file