diff options
Diffstat (limited to 'perl/t/object/duo.t')
-rwxr-xr-x | perl/t/object/duo.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/object/duo.t b/perl/t/object/duo.t index 4229afe..f73fe7e 100755 --- a/perl/t/object/duo.t +++ b/perl/t/object/duo.t @@ -70,7 +70,7 @@ $Wallet::Config::DUO_KEY_FILE = 't/data/duo/keys.json'; # Test creating an integration. note ('Test creating an integration'); my $expected = { - name => 'test', + name => 'test (unix)', notes => 'Managed by wallet', type => 'unix', }; |