Skip to content

Commit

Permalink
corrected api version 3.0.1=> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jan 7, 2019
1 parent c988cd3 commit 7b51b6b
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 7b51b6b

Please sign in to comment.