Merged in feature/parallellogqueries (pull request #132)
Testing Tweaks * parallel * slowestquery * split * cleanup * health * dynamiccores * go * profile * timeout * commitmychanges * taskfile * sqlcheckstart * client * cost * ctxtimeout
This commit is contained in:
@@ -140,9 +140,9 @@ func TestParseQueryRequirementValueArray(t *testing.T) {
|
||||
exval := "exampleval"
|
||||
in := []*repository.ListQueryRequirementValuesRow{
|
||||
{
|
||||
Queryid: uuid.New(),
|
||||
Value: &exval,
|
||||
Type: repository.QuerytypeJsonExtractor,
|
||||
Queryid: uuid.New(),
|
||||
Value: &exval,
|
||||
Querytype: repository.QuerytypeJsonExtractor,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user