Skip to content

Commit

Permalink
Empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Jan 23, 2024
1 parent 3497e84 commit c0906bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_apod.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ApodTest(CliUnitTest):
def test_return_with_remaining_option_of_apod(self):
print('\n' + '>>>>> ' + getenv('NASA_API_KEY', 'DEMO_KEY'))
print('\n' + '>>>>> ' + getenv('NASA_API_KEY'))
result = self.invoke('apod', '-r')
if result.exit_code == 0:
self.assertIn('Remain', result.output)
Expand Down

0 comments on commit c0906bd

Please sign in to comment.