Skip to content

Commit

Permalink
Revert Architecture Type key
Browse files Browse the repository at this point in the history
Mistakenly changed in 2e7180d
  • Loading branch information
kamalca authored and LiliDeng committed May 27, 2024
1 parent 745d6d3 commit efbb1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3078,7 +3078,7 @@ def create_setting(
) -> Optional[schema.FeatureSettings]:
raw_capabilities: Any = kwargs.get("raw_capabilities")
return ArchitectureSettings(
arch=raw_capabilities.get("Cpuschema.ArchitectureType", "x64")
arch=raw_capabilities.get("CpuArchitectureType", "x64")
)

@classmethod
Expand Down

0 comments on commit efbb1f4

Please sign in to comment.