-
Notifications
You must be signed in to change notification settings - Fork 881
test(coderd): fix todo for increased accuracy in insights test #12727
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
Merged
mafredri
merged 1 commit into
main
from
mafredri/03-22-test_coderd_fix_todo_for_increased_accuracy_in_insights_test
Mar 25, 2024
Merged
test(coderd): fix todo for increased accuracy in insights test #12727
mafredri
merged 1 commit into
main
from
mafredri/03-22-test_coderd_fix_todo_for_increased_accuracy_in_insights_test
Mar 25, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Mar 22, 2024
3cd22e7
to
2eb4bd7
Compare
878d0b3
to
6eca349
Compare
2eb4bd7
to
f43a8b1
Compare
6eca349
to
7eb4477
Compare
f43a8b1
to
e547a2d
Compare
7eb4477
to
55e2d64
Compare
e547a2d
to
3e810fb
Compare
55e2d64
to
a4237e8
Compare
3e810fb
to
601e4f9
Compare
a4237e8
to
a20a9f6
Compare
601e4f9
to
1d60b49
Compare
a20a9f6
to
c08e2f7
Compare
1d60b49
to
407eff8
Compare
c08e2f7
to
7e9a5c9
Compare
407eff8
to
138046b
Compare
7e9a5c9
to
7e90441
Compare
138046b
to
e518ad5
Compare
7e90441
to
a9fadb5
Compare
e518ad5
to
11d9293
Compare
a9fadb5
to
9573615
Compare
11d9293
to
1d53fae
Compare
mtojek
approved these changes
Mar 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Merge activity
|
johnstcn
approved these changes
Mar 25, 2024
9573615
to
72f2404
Compare
Base automatically changed from
mafredri/rewrite-gettemplateinsightsbytemplate
to
main
March 25, 2024 15:42
1d53fae
to
4eede5f
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the tests in
insights_test.go
to enable commented-out scenarios. This behavior was fixed by previous PRs in this stack. Note that the updated golden files are correct since they are "second template only" meaning that the newly introduced data is considered as expected. In other golden files there is no change since "only count once" is applied.