Skip to content

Commit

Permalink
try with other host
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 18, 2024
1 parent 3ee04b3 commit 93373e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/common-fs2/src/test/resources/simplelogger.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ org.slf4j.simpleLogger.log.com.snowplowanalytics.snowplow.enrich.common.fs2.Enri
org.slf4j.simpleLogger.log.com.snowplowanalytics.snowplow.enrich.common.fs2.Assets=warn
org.slf4j.simpleLogger.log.com.snowplowanalytics.snowplow.enrich.common.fs2.test.TestEnvironment=info
org.slf4j.simpleLogger.log.com.snowplowanalytics.snowplow.enrich.common.fs2.test.HttpServer=info

org.slf4j.simpleLogger.log.org.http4s.client.middleware.Retry=error
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ApiRequestEnrichmentSpec extends Specification with CatsEffect {
val enrichment = ApiRequestConf(
SchemaKey("com.acme", "enrichment", "jsonschema", SchemaVer.Full(1, 0, 0)),
List(Input.Json("key1", "unstruct_event", SchemaCriterion("com.acme", "test", "jsonschema", 1), "$.path.id")),
HttpApi("GET", "http://foo/{{key1}}", 2000, Authentication(None)),
HttpApi("GET", "http://foo.bar.unassigned/{{key1}}", 2000, Authentication(None)),
List(RegistryOutput("iglu:com.acme/output/jsonschema/1-0-0", Some(JsonOutput("$")))),
Cache(1, 1000),
ignoreOnError = false
Expand Down

0 comments on commit 93373e0

Please sign in to comment.