We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6df527 commit 9b068b3Copy full SHA for 9b068b3
modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/SpecHelpers.scala
@@ -65,6 +65,16 @@ object SpecHelpers extends CatsEffect {
65
}
66
67
},
68
+ {
69
+ "name": "Temp Iglu Central",
70
+ "priority": 0,
71
+ "vendorPrefixes": [],
72
+ "connection": {
73
+ "http": {
74
+ "uri": "https://raw.githubusercontent.com/snowplow/iglu-central/incomplete-events-schema/"
75
+ }
76
77
+ },
78
{
79
"name": "Embedded src/test/resources",
80
"priority": 100,
0 commit comments