Skip to content

Commit ee6ca83

Browse files
author
Kevin Kim
committed
yapf
1 parent 900c76a commit ee6ca83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_global_keys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_global_key_with_whitespaces_validation(client, dataset, image_url):
148148

149149

150150
@pytest.mark.skip(reason='get_data_rows_for_global_keys not included in '
151-
'the initial release of global_keys')
151+
'the initial release of global_keys')
152152
def test_get_data_rows_for_global_keys(client, dataset, image_url):
153153
gk_1 = str(uuid.uuid4())
154154
gk_2 = str(uuid.uuid4())
@@ -177,7 +177,7 @@ def test_get_data_rows_for_global_keys(client, dataset, image_url):
177177

178178

179179
@pytest.mark.skip(reason='get_data_rows_for_global_keys not included in '
180-
'the initial release of global_keys')
180+
'the initial release of global_keys')
181181
def test_get_data_rows_for_invalid_global_keys(client, dataset, image_url):
182182
gk_1 = str(uuid.uuid4())
183183
gk_2 = str(uuid.uuid4())

0 commit comments

Comments
 (0)