Rename this to be PDC-agnostic.

This commit is contained in:
Ralph Bean
2018-09-04 09:51:56 -04:00
parent 0aff640ef3
commit e7089d7be0
4 changed files with 4 additions and 4 deletions

View File

@@ -414,7 +414,7 @@ class TestBuild:
# Make sure the build is done
assert module_build.state == models.BUILD_STATES['ready']
@patch('module_build_service.config.Config.pdc_check_for_eol',
@patch('module_build_service.config.Config.check_for_eol',
new_callable=PropertyMock, return_value=True)
@patch('module_build_service.utils.submit._is_eol_in_pdc', return_value=True)
@patch('module_build_service.auth.get_user', return_value=user)