Skip to content

Commit

Permalink
Fixing v1beta1 tests (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinjiez authored and Jon Wayne Parrott committed Jul 6, 2016
1 parent f264c70 commit 78bfade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speech/api/speech_async_grpc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import argparse
import re
import sys

Expand All @@ -34,5 +35,5 @@ def test_main(cloud_config, capsys):

def test_gcs_uri():
_gcs_uri('gs://bucket/path')
with pytest.raises(ValueError):
with pytest.raises(argparse.ArgumentTypeError):
_gcs_uri('/local/path')

0 comments on commit 78bfade

Please sign in to comment.