Skip to content

Commit

Permalink
Merge pull request #36 from chrisjsimpson/unittest
Browse files Browse the repository at this point in the history
added unit test: test_create_test_configuration.py Ref issue #35
  • Loading branch information
simonredfern authored Jan 7, 2019
2 parents 784f8c9 + b00d62e commit 7f807bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitester/test_create_test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class NewTestConfigurationTestCase(TestCase):
'''
def test_create_test_configuration(self):
test_config = TestConfiguration(owner_id=1, name='Fred',
api_version='3.0.1')
api_version='3.1.0')
test_config.save()
return test_config

0 comments on commit 7f807bf

Please sign in to comment.