Remove CodeWhisperer from Nova icons test

pull/1157/head
Michael Walker 2 weeks ago committed by GitHub
parent 0cbcb05ca1
commit b6142a41b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ Tests Amazon Nova, AWS App Studio, Amazon CodeWhisperer, and AWS Neuron
""" """
from diagrams import Diagram from diagrams import Diagram
from diagrams.aws.ml import AmazonNova, AWSAppStudio, AmazonCodewhisperer, AWSNeuron from diagrams.aws.ml import AmazonNova, AWSAppStudio, AWSNeuron
def test_nova_icons(): def test_nova_icons():
"""Test the new Nova and AI service icons""" """Test the new Nova and AI service icons"""
@ -15,11 +15,10 @@ def test_nova_icons():
# Create instances of the new services # Create instances of the new services
nova = AmazonNova("Amazon Nova") nova = AmazonNova("Amazon Nova")
app_studio = AWSAppStudio("AWS App Studio") app_studio = AWSAppStudio("AWS App Studio")
codewhisperer = AmazonCodewhisperer("CodeWhisperer")
neuron = AWSNeuron("AWS Neuron") neuron = AWSNeuron("AWS Neuron")
# Create a simple flow # Create a simple flow
nova >> app_studio >> codewhisperer >> neuron nova >> app_studio >> neuron
print("✅ Test diagram created successfully!") print("✅ Test diagram created successfully!")
print("📁 Generated file: nova_test.png") print("📁 Generated file: nova_test.png")

Loading…
Cancel
Save