File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ def test_updateAuthorizationStatus(self):
159
159
authorization = self .authorization_api ().update_authorization (authorization )
160
160
self .assertEqual (authorization .status , "active" )
161
161
162
+ @pytest .mark .skip (reason = "https://github.com/influxdata/influxdb/issues/16833" )
162
163
def test_deleteAuthorization (self ):
163
164
create_authorization = self .authorization_api ().create_authorization (self .organization .id ,
164
165
self .new_permissions ())
Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ def test_default_tags(self):
362
362
self .assertEqual (1 , len (requests ))
363
363
364
364
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' ))
367
367
368
368
369
369
if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments