Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper committed Jun 4, 2024
1 parent 0b511d9 commit c048a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def test_template_record_types(self):

self.assertIsInstance(data.get("fields"), list, "fields is not a list")

field = data.get("fields")[0]
field = data.get("fields")[1]
self.assertEqual("login", field.get("type"), "field type is not login")
self.assertIsNotNone(field.get("value"), "value was None")

Expand Down

0 comments on commit c048a78

Please sign in to comment.