Skip to content

Commit

Permalink
Fixed bad variable reference in test_api_v1_system_certificate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Apr 30, 2022
1 parent f6427bc commit d0d3685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_v1_system_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class APIE2ETestSystemCertificate(e2e_test_framework.APIE2ETest):
"payload": {
"descr": "Unit Test",
"crt": crt,
"prv": prv
"prv": key
}
},
]
Expand Down

0 comments on commit d0d3685

Please sign in to comment.