mirror of
https://github.com/nabbar/golib.git
synced 2025-10-16 12:51:21 +08:00
Bump dependancies
- AWS SDK to release v1.0.0 - other dependancies Fix Packages : - AWS : fix validator function, rules, config model - Certificates : fix func NewFrom - HTTPServer: fix IsRunning Fix other : - Fix CI/CD job to prevent alert on files modified - Fix missing licence comment header
This commit is contained in:

committed by
Nicolas JUHEL

parent
d46a10bb82
commit
1249f319bc
@@ -71,6 +71,8 @@ func TestGolibAwsHelper(t *testing.T) {
|
||||
RunSpecs(t, "Aws Helper Suite")
|
||||
}
|
||||
|
||||
const testRegion = "us-east-1"
|
||||
|
||||
var _ = BeforeSuite(func() {
|
||||
var (
|
||||
err error
|
||||
@@ -117,7 +119,7 @@ var _ = BeforeSuite(func() {
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(cli).NotTo(BeNil())
|
||||
|
||||
cli.ForcePathStyle(true)
|
||||
cli.ForcePathStyle(ctx, true)
|
||||
|
||||
name, err = uuid.GenerateUUID()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user