Sign in
edge
/
apidQuota
/
6c9225ab500631de91374a607e7237798c3830f3
/
.
/
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", )
})
})