Skip to content

Commit

Permalink
Merge branch 'mod-lti-fix-test-with-hardcoded-url' of https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Feb 12, 2018
2 parents 1f07048 + a6529e0 commit f40d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/tests/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function test_mod_lti_create_tool_type() {
$type = mod_lti_external::create_tool_type($this->getExternalTestFileUrl('/ims_cartridge_basic_lti_link.xml'), '', '');
$this->assertEquals('Example tool', $type['name']);
$this->assertEquals('Example tool description', $type['description']);
$this->assertEquals($this->getExternalTestFileUrl('/test.jpg', true), $type['urls']['icon']);
$this->assertEquals('https://download.moodle.org/unittest/test.jpg', $type['urls']['icon']);
$typeentry = lti_get_type($type['id']);
$this->assertEquals('http://www.example.com/lti/provider.php', $typeentry->baseurl);
$config = lti_get_type_config($type['id']);
Expand Down

0 comments on commit f40d707

Please sign in to comment.