Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3e1e5cd1

Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)

Re #8575 - Removed useless print method calls

Zobrazit rozdíly:

tests/integration_tests/rest_api/certificates_test.py
291 291

  
292 292
    d = ret.json["data"]
293 293

  
294
    # print(d)
295

  
296 294
    assert d[0]['CN'] == s1
297 295
    assert d[1]['CN'] == s2
298 296
    assert d[2]['CN'] == s3
tests/integration_tests/services/certificate_service_test.py
125 125

  
126 126
    # verify that the loaded certificate is a CA and contains AUTHENTICATION usage extension flags
127 127
    cert_loaded_printed = export_crt(cert_loaded.pem_data)
128
    print(cert_loaded_printed)
129 128
    expected = """
130 129
        X509v3 extensions:
131 130
            X509v3 Key Usage: 

Také k dispozici: Unified diff