Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4ab5325c authored by Frederico SEQUEIRA's avatar Frederico SEQUEIRA Committed by Magdalena GOMEZ
Browse files

:rotating_light: Fix Trailing whitespace

parent 5736fc05
No related branches found
No related tags found
1 merge request!29✅ Virtual machine type tests
......@@ -30,7 +30,7 @@ class DomainNamesFormTestCase(
virtual_machine2 = VirtualMachine.objects.create(name="Test VM2",status="active",cluster=cluster)
DomainNames.objects.create(
domain_names={'test_valid': [{'id': {'required': 'true','type': 'String'}}]},
assigned_object_type=vm_content_type,
assigned_object_type=vm_content_type,
assigned_object_id=virtual_machine.pk)
DomainNames.objects.create(
domain_names={'test_valid': [{'id': {'required': 'true','type': 'String'}}]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment