From b93b1bd72a1bf618735d634b90d750e622cb2acf Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Tue, 24 Sep 2024 15:32:23 +0100 Subject: [PATCH] Remove temporary Iglu registry used for heartbeat tests (#90) --- project/BuildSettings.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 00dc2d4..57fac80 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -112,8 +112,6 @@ object BuildSettings { ) val igluTestSettings = Seq( - // TODO: Remove this dev repository after heartbeat schema is published - Test / igluRepository := "http://iglucentral-dev.com.s3-website-us-east-1.amazonaws.com/add-loader-heartbeat", Test / igluUris := Seq( // Iglu Central schemas used in tests will get pre-fetched by sbt "iglu:com.snowplowanalytics.iglu/anything-a/jsonschema/1-0-0",