vpolimenov

Results 2 issues of vpolimenov

Hello, Just to follow up on this old issue, as I am getting the same validation error at the moment. https://github.com/marcgibbons/django-rest-swagger/issues/586 ## Error ``` {"schemaValidationMessages":[{"level":"error","domain":"validation","keyword":"oneOf","message":"instance failed to match exactly one...

bug
1.21.x

**Describe the bug** When using `validate` param it fails to authenticate, even though it should not. **To Reproduce** ``` 1. Generate a token 2. JIRA(basic_auth=(,),options={'server': url,'agile_rest_path': 'agile',},max_retries=0,validate=True,) 3. You should...

bug