File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ def test_create_category_invalid_token(self):
140140 self ._verify_category_in_db ('TestInvalid' , should_exist = False )
141141
142142
143- def test_update_category_missing_token (self , create_category , create_authenticated_headers ):
143+ def test_create_category_missing_token (self ):
144144 response = self .client .post ('/category/create' , json = {'name' : 'TestMissing' })
145145 utils .verify_token_error_response (response , 'authorization_required' )
146- self ._verify_category_in_db (self . TEST_CATEGORY_NAME , should_exist = False )
146+ self ._verify_category_in_db ('TestMissing' , should_exist = False )
147147
148148
149149 def test_update_category_expired_token (self , create_category , create_authenticated_headers ):
You can’t perform that action at this time.
0 commit comments