Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Oct 13, 2023
1 parent c65b285 commit bcf2270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/live_cluster/client/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class ASResponseTest(unittest.TestCase):
(0, "Ok"),
(94, "Error querying ldap server"),
(99999, "Error response code (99999)"),
("Error response code (99999)"),
]
)
def test_success(self, code, expected):
Expand Down

0 comments on commit bcf2270

Please sign in to comment.