Sign in
edge
/
apidQuota
/
777911d62e14f14e9ccf822463e7dea03c9cbb3c
/
.
/
api_test.go
blob: 9d6452ce48e8c38ffeb8737fa9f8e64bc1228de5 [
file
] [
log
] [
blame
]
package apidQuota_test
import (
. "github.com/onsi/ginkgo"
//"net/http"
)
func init() {
//testAPIDQuotaURL = ""
}
var _ = Describe("Api", func() {
It("test Synchronous quota", func() {
//req, err := http.NewRequest("POST", )
})
})