~rvb/maas/transaction-1.7-bug-1409852

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_forms_bootsource.py

merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    """Tests for `BootSourceForm`."""
29
29
 
30
30
    def test_edits_boot_source_object(self):
31
 
        boot_source = factory.make_boot_source()
 
31
        boot_source = factory.make_BootSource()
32
32
        params = {
33
33
            'url': 'http://example.com/',
34
34
            'keyring_filename': factory.make_name('keyring_filename'),