mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// +build integration
|
||||
|
||||
//Package mobile provides gucumber integration tests support.
|
||||
package mobile
|
||||
|
||||
import (
|
||||
"github.com/aws/aws-sdk-go/awstesting/integration/smoke"
|
||||
"github.com/aws/aws-sdk-go/service/mobile"
|
||||
"github.com/gucumber/gucumber"
|
||||
)
|
||||
|
||||
func init() {
|
||||
gucumber.Before("@mobile", func() {
|
||||
gucumber.World["client"] = mobile.New(smoke.Session)
|
||||
})
|
||||
}
|
||||
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
# language: en
|
||||
@mobile @client
|
||||
Feature: AWS Mobile
|
||||
|
||||
Scenario: Making a request
|
||||
When I call the "ListBundles" API
|
||||
Then the request should be successful
|
||||
Reference in New Issue
Block a user