forked from loafle/openapi-generator-original
enable testing array after resty fixed their issue
This commit is contained in:
parent
09248bcd25
commit
56d1b896b7
@ -30,7 +30,7 @@ func TestCreateUser(t *testing.T) {
|
||||
}
|
||||
|
||||
//adding x to skip the test, currently it is failing
|
||||
func xTestCreateUsersWithArrayInput(t *testing.T) {
|
||||
func TestCreateUsersWithArrayInput(t *testing.T) {
|
||||
s := sw.NewUserApi()
|
||||
newUsers := []sw.User{
|
||||
sw.User {
|
||||
|
Loading…
x
Reference in New Issue
Block a user