Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 08d3a5b

Browse files
author
Jon Wayne Parrott
authored
* Remove resource fixture * Remove remote resource
1 parent 060be85 commit 08d3a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/v3/cloud-client/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_list_resources(capsys):
3737
assert 'pubsub_topic' in out
3838

3939

40-
def test_get_resource(capsys):
40+
def test_get_resources(capsys):
4141
snippets.get_monitored_resource_descriptor('pubsub_topic')
4242
out, _ = capsys.readouterr()
4343
assert 'A topic in Google Cloud Pub/Sub' in out

0 commit comments

Comments
 (0)