Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Sep 19, 2023
1 parent 5776f9b commit 06a84aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openassessment/xblock/test/test_load_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ def test_is_dev_server_url(self, resource_string):
'is_dev_server': True
}
jsondata.return_value = manifest
self.assertEqual(LoadStatic._is_loaded, False)
self.assertEqual(LoadStatic.get_url(key_url), 'some_url.hash.js')
self.assertEqual(LoadStatic._manifest, manifest)
self.assertEqual(LoadStatic._is_loaded, True)
self.assertEqual(LoadStatic.get_is_dev_server(), True)

@patch('pkg_resources.resource_string')
Expand Down

0 comments on commit 06a84aa

Please sign in to comment.