We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aace5f commit 87fcc56Copy full SHA for 87fcc56
APIs/src/Testing/EPiServer.ContentGraph.IntegrationTests/TestSupport/IntegrationFixture.cs
@@ -203,8 +203,6 @@ private static bool CountDoc<T>()
203
}
204
protected static void SetupData<T>(string indexingData, string testId)
205
{
206
- //Hardcode this id because the query will looking data in all sources. Setup data on multiple source didn't help
207
- testId = "test";
208
string path = $@"{WorkingDirectory}\TestingData\SimpleTypeMapping.json";
209
using (StreamReader mappingReader = new StreamReader(path))
210
0 commit comments