ALBS-334: Make the ability of Pungi to give module_defaults from remote sources #5

Closed
soksanichenko wants to merge 11 commits from ALBS-334 into aln9
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5f74175c33 - Show all commits

View File

@ -50,7 +50,7 @@ class TestPackagesJson(TestCase):
file_name = PackagesGenerator.get_remote_file_content(
file_url='fakeurl')
mock_requests_get.assert_called_once_with(url='fakeurl')
mock_tempfile.assert_called_once_with(delete=False)
mock_tempfile.assert_called_once_with(delete=True)
mock_tempfile.return_value.__enter__().\
write.assert_called_once_with(b'TestContent')
self.assertEqual(