Skip to content

Commit

Permalink
add trailing comma because black is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-einar-bjartnes-4ss committed Nov 22, 2024
1 parent aefb417 commit c10c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_get_campaign(self, campaigns_api, auth_session, response, headers_expec
"GeoTrack Title": "10 er test 2",
"Hs Timeseries ID": "e2ba4833-44ae-4cef-b8a7-18ae82fef327",
"Tp Timeseries ID": "4cfe7e31-f4b5-471f-92c6-b260ee236cff",
"Wd Timeseries ID": "2c6454b8-a274-4845-80e0-cb29c0efc32b"
"Wd Timeseries ID": "2c6454b8-a274-4845-80e0-cb29c0efc32b",
}
assert expect == out

Expand Down

0 comments on commit c10c2fc

Please sign in to comment.