Skip to content

Commit

Permalink
[feat] Add test fixtures for conversion and validation webhooks and a…
Browse files Browse the repository at this point in the history
…dd base class for realisation conversion webhooks
  • Loading branch information
name212 committed Nov 25, 2024
1 parent 210c57b commit 9772f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deckhouse/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ def assert_conversion(t: unittest.TestCase, o: Output, res: typing.Union[dict, t
expected = [res]


t.assertEqual(d[0]["convertedObjects"], expected)
t.assertEqual(d[0]["convertedObjects"], expected)

0 comments on commit 9772f46

Please sign in to comment.