Skip to content

Commit 87fcc56

Browse files
Init project
1 parent 6aace5f commit 87fcc56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/TestSupport/IntegrationFixture.cs

-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ private static bool CountDoc<T>()
203203
}
204204
protected static void SetupData<T>(string indexingData, string testId)
205205
{
206-
//Hardcode this id because the query will looking data in all sources. Setup data on multiple source didn't help
207-
testId = "test";
208206
string path = $@"{WorkingDirectory}\TestingData\SimpleTypeMapping.json";
209207
using (StreamReader mappingReader = new StreamReader(path))
210208
{

0 commit comments

Comments
 (0)