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 f67f435 commit 62d5185
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 @@ -536,7 +536,7 @@ def test_task(self):
self.assertTrue(len(metadata['color_maps']) > 0)

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

# Algorithms have valid keys
Expand Down

0 comments on commit 62d5185

Please sign in to comment.