~singpolyma/biboumi

651caabb2d2f4e2d6bac3fcde59a69f9cad7eb75 — louiz’ 7 years ago 5b6b9bd
Remove a useless debug print in the e2e tests
1 files changed, 0 insertions(+), 1 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +0 -1
@@ 278,7 278,6 @@ def expect_stanza(xpaths, xmpp, biboumi, optional=False, after=None):
def save_current_timestamp_plus_delta(key, delta, message, xmpp):
    now_plus_delta = datetime.datetime.utcnow() + delta
    xmpp.saved_values[key] = now_plus_delta.strftime("%FT%T.967Z")
    print(xmpp.saved_values[key])

def sleep_for(duration, xmpp, biboumi):
    time.sleep(duration)