Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Mar 15, 2021
1 parent 2e82ac2 commit 81edc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observation_portal/requestgroups/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ def test_configuration_type_matches_instrument(self):
self.assertIn('configuration type EXPOSE is not valid for instrument type 2M0-FLOYDS-SCICAM', str(response.content))
self.assertEqual(response.status_code, 400)

def test_configuration_type_is_schedulable(self):
def test_configuration_type_not_schedulable(self):
bad_data = self.generic_payload.copy()
bad_data['requests'][0]['configurations'][0]['type'] = 'BIAS'
response = self.client.post(reverse('api:request_groups-list'), data=bad_data)
Expand Down

0 comments on commit 81edc7f

Please sign in to comment.