Skip to content

Commit cc73766

Browse files
committed
fix(tests): not working find authorizations influxdata/influxdb#16833
1 parent 0b80ca4 commit cc73766

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/test_AuthorizationApi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def test_updateAuthorizationStatus(self):
159159
authorization = self.authorization_api().update_authorization(authorization)
160160
self.assertEqual(authorization.status, "active")
161161

162+
@pytest.mark.skip(reason="https://github.com/influxdata/influxdb/issues/16833")
162163
def test_deleteAuthorization(self):
163164
create_authorization = self.authorization_api().create_authorization(self.organization.id,
164165
self.new_permissions())

tests/test_WriteApiBatching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def test_default_tags(self):
362362
self.assertEqual(1, len(requests))
363363

364364
request = str(requests[0].body)
365-
self.assertNotEquals(-1, request.find('customer=California\\\\ Miner'))
366-
self.assertNotEquals(-1, request.find('id=132-987-655'))
365+
self.assertNotEqual(-1, request.find('customer=California\\\\ Miner'))
366+
self.assertNotEqual(-1, request.find('id=132-987-655'))
367367

368368

369369
if __name__ == '__main__':

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy