Commit 982e2a7b authored by Łukasz Nowak's avatar Łukasz Nowak

Use minimal value.

parent 7b527bd6
...@@ -7058,7 +7058,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -7058,7 +7058,7 @@ class TestVifibSlapWebService(testVifibMixin):
def test_person_request_ComputerPartition(self): def test_person_request_ComputerPartition(self):
"""Checks that Person using Slap interface is able to request Computer """Checks that Person using Slap interface is able to request Computer
Partition""" Partition"""
self.computer_partition_amount = 2 self.computer_partition_amount = 1
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_published_software_release + \ sequence_string = self.prepare_published_software_release + \
self.prepare_formated_computer + """ self.prepare_formated_computer + """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment