Skip to content

Commit

Permalink
oracle test
Browse files Browse the repository at this point in the history
  • Loading branch information
ian28223 committed Jun 30, 2021
1 parent cf87411 commit 329568b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oracle/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def check(instance):
def instance():
return {
'server': 'localhost:1521',
'user': 'system',
'username': 'system',
'password': 'oracle',
'service_name': 'xe',
'tags': ['optional:tag1'],
Expand All @@ -62,7 +62,7 @@ def instance():
def dd_environment():
instance = {
'server': '{}:{}'.format(HOST, PORT),
'user': USER,
'username': USER,
'password': PASSWORD,
'service_name': 'InfraDB.us.oracle.com',
}
Expand Down

0 comments on commit 329568b

Please sign in to comment.