Skip to content

Commit 718727b

Browse files
Remove redundant env var setup
Please refer to #3001 Signed-off-by: JiaWei Jiang <waynechuang97@gmail.com>
1 parent 2cb0a2c commit 718727b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/flytekit/integration/remote/test_remote.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -809,11 +809,6 @@ def test_get_control_plane_version():
809809
assert version == "unknown" or version.startswith("v")
810810

811811

812-
@mock.patch.dict(os.environ, {
813-
"AWS_ENDPOINT_URL": "http://localhost:30002",
814-
"AWS_ACCESS_KEY_ID": "minio",
815-
"AWS_SECRET_ACCESS_KEY": "miniostorage"
816-
})
817812
def test_open_ff():
818813
"""Test opening FlyteFile from a remote path."""
819814
# Upload a file to minio s3 bucket

0 commit comments

Comments
 (0)