Skip to content

Commit 97b62c6

Browse files
committed
Remove diags from test
1 parent 0e11d78 commit 97b62c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

t/otpauth.t

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ eval {
138138
like $@, qr/^secret is a mandatory parameter for URI::otpauth/, "missing secret";
139139
my $doc1_uri = URI->new( 'otpauth://totp/Example:[email protected]?secret=NFZS25DINFZV643VOAZXELLTGNRXEM3UH4&issuer=Example' );
140140
my $doc2_uri = URI::otpauth->new( type => 'totp', issuer => 'Example', account_name => '[email protected]', secret => 'is-this_sup3r-s3cr3t?' );
141-
diag "doc1_uri is $doc1_uri";
142-
diag "doc2_uri is $doc2_uri";
143141
is "$doc1_uri", "$doc2_uri", "$doc1_uri: matches";
144142

145143
is $doc1_uri->type(), $doc2_uri->authority(), "type and authority match";
146-
147-
# vim:ts=2:sw=2:et:ft=perl
148-

0 commit comments

Comments
 (0)