Skip to content

Commit

Permalink
no f strings
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Jan 7, 2025
1 parent 5f08473 commit c2d94e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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


def test_create_task():
Expand Down

0 comments on commit c2d94e8

Please sign in to comment.