use
Mojo::Base -strict;
use
Test::More;
use
LinkEmbedder;
plan
skip_all
=>
'cpanm IO::Socket::SSL'
unless
LinkEmbedder::TLS;
plan
skip_all
=>
'TEST_ONLINE=1'
unless
$ENV
{TEST_ONLINE};
LinkEmbedder->new->test_ok(
cache_age
=> 0,
class
=>
'le-rich le-video-chat le-provider-google'
,
isa
=>
'LinkEmbedder::Link::Google'
,
provider_name
=>
'Google'
,
title
=>
'Join the room cqd-myxw-phs'
,
type
=>
'rich'
,
version
=>
'1.0'
,
}
);
done_testing;