6 lines
91 B
Python
6 lines
91 B
Python
import os
|
|
|
|
|
|
os.environ["YOUTUBE_API_KEY"] = "test-fake-key"
|
|
os.environ["APP_ENV"] = "test"
|