Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: add basic bean ref tests #571

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

tplevko
Copy link
Contributor

@tplevko tplevko commented Dec 18, 2023

No description provided.

@@ -56,10 +56,10 @@ export const NewBeanModal: FunctionComponent<NewBeanModalProps> = (props: NewBea
isOpen={props.isOpen}
onClose={handleCancel}
actions={[
<Button key="confirm" variant="primary" onClick={handleConfirm}>
<Button key="confirm" variant="primary" onClick={handleConfirm} data-testid="creat-bean-btn">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just one typo, creat -> create

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! fixed

uri: log:test
- beans:
- name: mysqlDataSource
type: io.kaoto.mysqlDataSource
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial but usually the class name starts with a capital letter, so MysqlDataSource or MySQLDataSource might look nice

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for noticing! fixed

password: dbpass
driver-class-name: com.mysql.jdbc.Driver
- name: mysqlPostgreSqlSource
type: io.kaoto.mysqlPostgreSqlSource
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this one also to start the class name with a capital letter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, didn't notice that :) Updated

@igarashitm igarashitm merged commit 5d67159 into KaotoIO:main Dec 19, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants