From 66dd4a9093be4562d2c7a7a7d253d2afb034aef8 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 16 Jul 2014 15:51:13 -0700 Subject: Include the Duo type in the name of Duo integrations Eventually, there will be multiple object types for different Duo integrations, and they will need to have unique names. Add the Duo type in parentheses after the name to help ensure this. Change-Id: I679130f9136077fc6bf5d8c6c9ad98ec83b400d0 Reviewed-on: https://gerrit.stanford.edu/1573 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/t/object/duo.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl/t/object') 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', }; -- cgit v1.2.3