Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
chore(testing): switch to OSS gcp project (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames authored Jul 22, 2019
1 parent be21ccd commit 07ed276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datastore/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def kind():
@pytest.fixture(scope='module') # type: ignore
def project():
# type: () -> str
return 'voiceai-staging'
return 'dialpad-oss'


@pytest.fixture(scope='module') # type: ignore
def export_bucket_name():
# type: () -> str
return 'voiceai-staging-public-test'
return 'dialpad-oss-public-test'
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def creds():

@pytest.fixture(scope='module')
def project():
return 'voiceai-staging'
return 'dialpad-oss'


@pytest.fixture(scope='module')
Expand Down

0 comments on commit 07ed276

Please sign in to comment.