Skip to content

Commit

Permalink
test: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 17, 2024
1 parent 9476eac commit 62c14ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/plugins/modules/test_boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ def test_install_linux_reactivate(self, mocker):
.expect_form_value('dist', 'Debian 11 base')
.expect_form_value('arch', '32')
.expect_form_value('lang', 'fr')
.expect_form_present('authorized_key')
# .expect_form_value('authorized_key', 'e4:47:42:71:81:62:bf:06:1c:23:fa:f3:8f:7b:6f:d0')
# .expect_form_value('authorized_key', 'aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99')
.expect_form_present('authorized_key[]')
# .expect_form_value('authorized_key[]', 'e4:47:42:71:81:62:bf:06:1c:23:fa:f3:8f:7b:6f:d0')
# .expect_form_value('authorized_key[]', 'aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99')
.result_json({
'linux': create_linux_active(dist='Debian 11 base', lang='fr', arch=32, authorized_key=[
{
Expand Down

0 comments on commit 62c14ec

Please sign in to comment.