mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
spelling: inertness
This commit is contained in:
parent
3a31baae4f
commit
1e99dce12b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
// Behavior is the most important thing to assert for ServicePrincipalToken, but
|
||||
// that cannot be done in a unit test because it involves network access. Instead,
|
||||
// I assert the expected intertness of this class.
|
||||
// I assert the expected inertness of this class.
|
||||
func TestNewAuthenticate(t *testing.T) {
|
||||
testSubject := NewAuthenticate(azure.PublicCloud, "clientID", "clientString", "tenantID")
|
||||
spn, err := testSubject.getServicePrincipalToken()
|
||||
|
|
|
|||
Loading…
Reference in a new issue