Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Oct 4, 2023
1 parent 62d5185 commit 49c9f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/test_api_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def test_task(self):

# Auto band is populated
self.assertEqual(metadata['auto_bands']['filter'], '')
self.assertEqual(metadata['auto_bands']['match'], False)
self.assertEqual(metadata['auto_bands']['match'], None)

# Algorithms have valid keys
for k in ['id', 'filters', 'expr', 'help']:
Expand Down

0 comments on commit 49c9f2d

Please sign in to comment.