Merged in feature/import (pull request #157)

Feature/import

* importstart

* pp

* tests

* importtests

* 100GB

* lint

* passtests

* utc

* awsprofile

* doublequotes

* host
This commit is contained in:
Michael McGuinness
2025-05-27 15:28:46 +00:00
parent 46882da5f5
commit cc2278086f
74 changed files with 992 additions and 4753 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func TestSetCollector(t *testing.T) {
},
},
}
ctx, rec := createContextWithBody(t, body)
ctx, rec := createContextWithJSONBody(t, body)
err = cons.SetCollectorByClientId(ctx, id)
require.NoError(t, err)