Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis committed Mar 5, 2024
1 parent 0e08561 commit ef3e8da
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ func TestRetrieveAzureMetadata(t *testing.T) {
}

expected := mapstr.M{
"azure": mapstr.M{
"resourcegroup": mapstr.M{
"name": "MC_myname_group_myname_eastus",
},
},
"cloud": mapstr.M{
"provider": "azure",
"instance": mapstr.M{
Expand All @@ -201,9 +206,6 @@ func TestRetrieveAzureMetadata(t *testing.T) {
"service": mapstr.M{
"name": "Virtual Machines",
},
"resource_group": mapstr.M{
"name": "MC_myname_group_myname_eastus",
},
"region": "eastus",
},
"orchestrator": mapstr.M{
Expand Down

0 comments on commit ef3e8da

Please sign in to comment.