Skip to content

Commit cf09d49

Browse files
committed
BB: Added into regression test atlassian-api#1372
1 parent f0f1367 commit cf09d49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_bitbucket_cloud_oo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ def test_commit_date_parses_iso8601_timestamps(self, timestamp, expected):
6464
"2026-08-15T23:19:42.7+05:30",
6565
datetime(2026, 8, 15, 23, 19, 42, 700000, tzinfo=timezone(timedelta(hours=5, minutes=30))),
6666
),
67+
(
68+
"2024-04-10T20:16:48.914706353Z",
69+
datetime(2024, 4, 10, 20, 16, 48, 914706, tzinfo=timezone.utc),
70+
),
6771
],
6872
)
6973
def test_pipeline_time_normalizes_variable_fractional_seconds(self, timestamp, expected):

0 commit comments

Comments
 (0)