Skip to content

Commit

Permalink
update test instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Nov 21, 2024
1 parent 0a5bd5f commit 07d4251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions octopus_deploy/tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
OCTOPUS_SPACE = os.environ.get('OCTOPUS_SPACE', 'Default')

COMPOSE_FILE = os.path.join(get_here(), 'docker', 'docker-compose.yaml')
INSTANCE = {'octopus_endpoint': 'http://localhost:80', 'space': 'Default'}
INSTANCE = {'octopus_endpoint': 'http://localhost:80'}

LAB_INSTANCE = {
'octopus_endpoint': OCTOPUS_LAB_ENDPOINT,
'space': OCTOPUS_SPACE,
'headers': {'X-Octopus-ApiKey': OCTOPUS_API_KEY},
}

Expand Down

0 comments on commit 07d4251

Please sign in to comment.