Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: SpiritZhou <[email protected]>
  • Loading branch information
SpiritZhou committed Mar 15, 2024
1 parent ff5646f commit 50f41df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TF_AZURE_MANAGED_PROMETHEUS_QUERY_ENDPOINT=
TF_AZURE_RESOURCE_GROUP=
TF_AZURE_SERVICE_BUS_CONNECTION_STRING=
TF_AZURE_SP_APP_ID=
TF_AZURE_SERVICE_BUS_EVENTGRID_CONNECTION_STRING=
TF_AZURE_EVENT_GRID_ENDPOINT=
TF_AZURE_EVENT_GRID_KEY=
TF_AZURE_SB_EVENT_GRID_RECEIVE_TOPIC=
Expand Down
2 changes: 1 addition & 1 deletion tests/eventemitter/azureeventgrid/azureeventgrid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
var _ = godotenv.Load("../../.env")

var (
connectionString = os.Getenv("TF_AZURE_SERVICE_BUS_CONNECTION_STRING")
connectionString = os.Getenv("TF_AZURE_SERVICE_BUS_EVENTGRID_CONNECTION_STRING")
topicName = os.Getenv("TF_AZURE_SB_EVENT_GRID_RECEIVE_TOPIC")
eventGridEndpoint = os.Getenv("TF_AZURE_EVENT_GRID_ENDPOINT")
eventGridKey = os.Getenv("TF_AZURE_EVENT_GRID_KEY")
Expand Down

0 comments on commit 50f41df

Please sign in to comment.