#291 Fix test suite.
Merged 5 years ago by ralph. Opened 5 years ago by ralph.
ralph/freshmaker fix-test-suite  into  master

file modified
+2 -2
@@ -35,7 +35,7 @@ 

      """Test odcsclient.create_odcs_client"""

  

      @patch.object(conf, 'odcs_auth_mech', new='kerberos')

-     @patch('freshmaker.odcsclient.ODCS')

+     @patch('freshmaker.odcsclient.RetryingODCS')

      def test_create_with_kerberos_auth(self, ODCS):

          odcs = create_odcs_client()

  
@@ -53,7 +53,7 @@ 

  

      @patch.object(conf, 'odcs_auth_mech', new='openidc')

      @patch.object(conf, 'odcs_openidc_token', new='12345')

-     @patch('freshmaker.odcsclient.ODCS')

+     @patch('freshmaker.odcsclient.RetryingODCS')

      def test_create_with_openidc_auth(self, ODCS):

          odcs = create_odcs_client()

  

Pull-Request has been merged by ralph

5 years ago
Metadata