We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e66f6 commit 9c62a1fCopy full SHA for 9c62a1f
run/filesystem/e2e_test.py
@@ -126,4 +126,4 @@ def test_end_to_end(service_url_auth_token):
126
127
date = datetime.datetime.utcnow()
128
body = response.read()
129
- assert '{dt:%a}-{dt:%b}-{dt:%d}-{dt:%H}:{dt:%M}-{dt:%Y}'.format(dt=date) in body.decode()
+ assert '{dt:%a}-{dt:%b}-{dt:%d}-{dt:%H}'.format(dt=date) in body.decode()
0 commit comments