Bug 18330: Handle date-time in Koha::Object->TO_JSON
[koha.git] / t / db_dependent / Auth.t
index b451f15..f1d1ddd 100644 (file)
@@ -192,7 +192,7 @@ my $hash2 = hash_password('password');
                 }
             );
         };
-        like ( $@, qr(^bad template path), 'The file $template_name should not be accessible' );
+        like ( $@, qr(^bad template path), "The file $template_name should not be accessible" );
     }
     ( $template, $loggedinuser, $cookies ) = get_template_and_user(
         {