Skip to content

Commit c2d94e8

Browse files
committed
no f strings
1 parent 5f08473 commit c2d94e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/tasks/create_app_engine_queue_task_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
TEST_PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
2020
TEST_LOCATION = os.getenv("TEST_QUEUE_LOCATION", "us-central1")
21-
TEST_QUEUE_NAME = f"my-static-appengine-queue"
21+
TEST_QUEUE_NAME = "my-static-appengine-queue"
2222

2323

2424
def test_create_task():

0 commit comments

Comments
 (0)