Merged in bugfix/querytest (pull request #147)

Pass Test Query

* passfullsutie
This commit is contained in:
Michael McGuinness
2025-05-21 11:25:17 +00:00
parent 731b68e4af
commit e23ada9a8e
16 changed files with 753 additions and 282 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ import (
"net/http"
"testing"
queryapi "queryorchestration/api/queryAPI"
"queryorchestration/internal/serviceconfig"
"github.com/docker/go-connections/nat"
@@ -18,7 +17,7 @@ import (
type APIName string
const (
QueryAPIName APIName = queryapi.Name
QueryAPIName APIName = "queryAPI"
)
type API struct {