Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dc6a96f9

Přidáno uživatelem Michal Seják před téměř 4 roky(ů)

Removed redundant debug lines in crl_service_test.py

Zobrazit rozdíly:

tests/integration_tests/services/crl_service_test.py
183 183
    expected = expected.strip().replace("\r", "").replace("\n", "")
184 184
    out = out.decode("utf-8").strip().replace("\r", "").replace("\n", "")
185 185

  
186
    with open("expected", "w") as f:
187
        f.write(expected)
188
    with open("actual", "w") as f:
189
        f.write(out)
190

  
191 186
    assert expected in out
192 187

  
193 188
    # test reaction of the service is unknown certificate is being queried

Také k dispozici: Unified diff