Skip to content

Commit 04e4330

Browse files
committed
tests: mark test as rsc
1 parent fffb589 commit 04e4330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pins/tests/test_boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def test_board_rsc_pin_write_other_user_fails(df, board_short):
424424
assert "a new piece of content for another user" in exc_info.value.args[0]
425425

426426

427+
@pytest.mark.fs_rsc
427428
def test_board_rsc_pin_write_acl(df, board_short):
428429
board_short.pin_write(df, "susan/mtcars", type="csv", access_type="all")
429430
content = board_short.fs.info("susan/mtcars")

0 commit comments

Comments
 (0)