Skip to content

Commit a95893e

Browse files
Arne DumareyCumpsD
authored andcommitted
fix: build test client
1 parent 5f3dc89 commit a95893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BuildingRegistry.Importer.TestClient/TestClientHttpApiProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public TestClientHttpApiProxy(
2727
_fromDateTime = fromDateTime;
2828
_key = key;
2929
_importMode = importMode;
30-
_httpApiProxy = new HttpApiProxy(logger, serializer, config);
30+
_httpApiProxy = new HttpApiProxy(logger, serializer, config, new ImportFeed());
3131
}
3232

3333
public void ImportBatch<TKey>(IEnumerable<KeyImport<TKey>> imports)

0 commit comments

Comments
 (0)