Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis committed Aug 19, 2024
1 parent f248c58 commit 0319506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/packets/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_load_support_packet_full():
status='success',
progress=0,
data={
'last_done': '{"current_table":"ChannelMembers","last_team_id":"crro7gj13bdzfjm4rmm6ept6sa","last_channel_id":"mpmdxijsftdodkzbehncatthcr","last_user":"wg94o7yd4jyxjbxoihettwgmah"}', # noqa: E501
'last_done': '{"current_table":"ChannelMembers","last_team_id":"crro7gj13bdzfjm4rmm6ept6sa","last_channel_id":"mpmdxijsftdodkzbehncatthcr","last_user":"wg94o7yd4jyxjbxoihettwgmah"}', # noqa: E501
'migration_key': 'migration_advanced_permissions_phase_2',
},
)
Expand Down

0 comments on commit 0319506

Please sign in to comment.