Skip to content

Commit 9c62a1f

Browse files
fix: file system test (GoogleCloudPlatform#6934)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent c8e66f6 commit 9c62a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/filesystem/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ def test_end_to_end(service_url_auth_token):
126126

127127
date = datetime.datetime.utcnow()
128128
body = response.read()
129-
assert '{dt:%a}-{dt:%b}-{dt:%d}-{dt:%H}:{dt:%M}-{dt:%Y}'.format(dt=date) in body.decode()
129+
assert '{dt:%a}-{dt:%b}-{dt:%d}-{dt:%H}'.format(dt=date) in body.decode()

0 commit comments

Comments
 (0)